We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc4be2 commit ac16df4Copy full SHA for ac16df4
template.yaml
@@ -5,6 +5,8 @@ Resources:
5
PackageType: Image
6
ImageConfig:
7
Command: ["handler.lambda_handler"]
8
+ MemorySize: 1024 # Increase memory to 1024 MB
9
+ Timeout: 90 # Increase timeout to 90 seconds
10
Metadata:
11
Dockerfile: /Users/jeffreyjonathanjennings/j3/code_spaces/ccaf_kickstarter-flight_consolidator_app-lambda/Dockerfile
12
DockerContext: /Users/jeffreyjonathanjennings/j3/code_spaces/ccaf_kickstarter-flight_consolidator_app-lambda
0 commit comments