소스 검색

删除文件 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]}"
-