Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created January 12, 2021 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/ec21ffb34596c0957590c7049bd458d8 to your computer and use it in GitHub Desktop.
Save velotiotech/ec21ffb34596c0957590c7049bd458d8 to your computer and use it in GitHub Desktop.
service: serverless-s3
frameworkVersion: '2'
provider:
name: aws
runtime: nodejs12.x
plugins:
- serverless-finch
custom:
client:
bucketName: serverles-s3-galileo
distributionFolder: build
indexDocument: index.html
errorDocument: index.html
bucketPolicyFile: config/bucket-policy.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment