lambda spelling

This commit is contained in:
Jun-te Kim 2025-07-14 15:29:18 +00:00
parent 37d8a88531
commit 616b6dde9b

View file

@ -7,4 +7,5 @@ def handler(event, context):
return {
'statusCode': 200,
'body': 'Hello World'
}
}