UNPKG

serverless-finch

Version:

Deploy your serverless static website to AWS S3.

12 lines (10 loc) 203 B
service: service provider: aws plugins: - serverless-finch custom: client: bucketName: my-website-bucket distributionFolder: website indexDocument: home.html errorDocument: 404.html