浏览代码

删除文件 py/Event-sns.py

xdc 5 年之前
父节点
当前提交
0b7220bacf
共有 1 个文件被更改,包括 0 次插入9 次删除
  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']
-
-