We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0a47 commit a57e222Copy full SHA for a57e222
src/function/app.py
@@ -6,5 +6,5 @@
6
def lambda_handler(event, context):
7
return {
8
"statusCode": 200,
9
- "body": f"Hello from a sample Python Lambda Function! Payload: {PAYLOAD}",
+ "body": f"Hello from an ephemeral Python Lambda Function! Payload: {PAYLOAD}",
10
}
0 commit comments