Skip to content

Commit 0954147

Browse files
committed
modif
1 parent 2bf0fd0 commit 0954147

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lambda.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
def main(event, context):
16-
params['Message'] = params['Message'] + event.instance_id
16+
params['Message'] = params['Message'] + event['instance_id']
1717
response = sns.publish(**params)
1818
if 'MessageId' in response:
1919
print('Message published successfully:', response['MessageId'])

lambda.zip

2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)