浏览代码

删除文件 py/Event-https.py

xdc 5 年之前
父节点
当前提交
67377167a2
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      py/Event-https.py

+ 0 - 12
py/Event-https.py

@@ -1,12 +0,0 @@
-import json
-import boto3
-
-
-def lambda_handler(event, context):
-
-    msg = json.loads(event['body'])['Message']
-    name = json.loads(event['body'])['MessageAttributes']['name']['Value']
-    order_orgain = json.loads(event['body'])['MessageAttributes']['order']['Value']
-
-    order = f"{order_orgain.split(' ')[0][-1]}{order_orgain.split(' ')[1][-1]}{order_orgain.split(' ')[2][-1]}"
-