Skip to content

Commit de17628

Browse files
Update serverless for aws deploy (#120)
* changed nodejs version of deployment * added policy option to solve error when updating CF template * added new key to serverless
1 parent 6ba27b6 commit de17628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serverless.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ resources:
4343
AccessControl: Private
4444
PublicAccessBlockConfiguration:
4545
BlockPublicPolicy: false
46+
RestrictPublicBuckets: false
4647
BucketName: ${self:custom.appBucketName}
4748
WebsiteConfiguration:
4849
IndexDocument: index.html
@@ -54,6 +55,7 @@ resources:
5455
AccessControl: Private
5556
PublicAccessBlockConfiguration:
5657
BlockPublicPolicy: false
58+
RestrictPublicBuckets: false
5759
BucketName: ${self:custom.projectBucketName}
5860
CorsConfiguration:
5961
CorsRules:

0 commit comments

Comments
 (0)