We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aws-node-single-page-app-via-cloudfront
1 parent 5e3e703 commit 5744c75Copy full SHA for 5744c75
aws-node-single-page-app-via-cloudfront/serverless.yml
@@ -6,7 +6,7 @@ plugins:
6
- serverless-single-page-app-plugin
7
8
custom:
9
- s3Bucket: yourBucketName123
+ s3Bucket: your-bucket-name-123
10
11
provider:
12
name: aws
@@ -19,7 +19,9 @@ resources:
19
Type: AWS::S3::Bucket
20
Properties:
21
BucketName: ${self:custom.s3Bucket}
22
- AccessControl: PublicRead
+ AccessControl: Private
23
+ PublicAccessBlockConfiguration:
24
+ BlockPublicPolicy: false
25
WebsiteConfiguration:
26
IndexDocument: index.html
27
ErrorDocument: index.html
0 commit comments