Skip to content

Commit

Permalink
fix bug in cloud-cfn.yaml : Stack creation fails in low lambda concur…
Browse files Browse the repository at this point in the history
…rency quota (aws-samples#278)
  • Loading branch information
Shunsuke Mabuchi committed May 16, 2024
1 parent 5ee6a4e commit 43bb985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud9-cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ Resources:
# - !Ref PrivateSubnet2
MemorySize: 256
Timeout: 600
ReservedConcurrentExecutions: 1
Code:
ZipFile: !Sub |
from __future__ import print_function
Expand Down

0 comments on commit 43bb985

Please sign in to comment.