Browse Source

删除文件 py/Event-sns.py

xdc 5 năm trước cách đây
mục cha
commit
0b7220bacf
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  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']
-
-