We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcc4be2 + ac16df4 commit b132b0bCopy full SHA for b132b0b
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