Skip to content

Commit

Permalink
Increased memory for lambda function
Browse files Browse the repository at this point in the history
  • Loading branch information
skzmego authored Jul 5, 2024
1 parent d2eddc5 commit d19b419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Resources:
ScreenshuttleLambda:
Type: AWS::Serverless::Function
Properties:
MemorySize: 128
MemorySize: 2048
Timeout: 150
Architectures:
- x86_64
Expand Down

0 comments on commit d19b419

Please sign in to comment.