Parcourir la source

删除文件 py/Event-sns.py

xdc il y a 5 ans
Parent
commit
0b7220bacf
1 fichiers modifiés avec 0 ajouts et 9 suppressions
  1. 0 9
      py/Event-sns.py

+ 0 - 9
py/Event-sns.py

@@ -1,9 +0,0 @@
-import json
-import boto3
-
-
-def lambda_handler(event,context):
-    name = event['Records'][0]['Sns']['MessageAttributes']['name']['Value']
-    msg = event['Records'][0]['Sns']['Message']
-
-