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 00b545a commit 3251b2eCopy full SHA for 3251b2e
sam/template.yaml
@@ -20,7 +20,7 @@ Resources:
20
Properties:
21
Handler: lambda_function.lambda_handler
22
Runtime: python2.7
23
- CodeUri: s3://<bucket-name>/lambda_function.py.zip #UPDATE
+ CodeUri: s3://<bucket-name>/lambda_function.zip #UPDATE
24
Description: Lambda handler for API Gateway - Twilio integration
25
MemorySize: 256
26
Timeout: 60
0 commit comments