3.0.0 • Published 4 years ago

@sjmeverett/s3-bucket-with-contents-resource v3.0.0

Weekly downloads
10
License
ISC
Repository
github
Last release
4 years ago

@sjmeverett/s3-bucket-with-contents-resource

A lambda for a CloudFormation custom resource which creates an S3 bucket for website hosting and unzips files onto it.

Example:

const myWebsite = createS3BucketWithContents({
  SourceBucket: 'deployment-bucket',
  SourceKey: 'my-website.zip',
  IndexDocument: 'index.html',
  ErrorDocument: 'error.html',
});
3.0.0

4 years ago

2.4.0

6 years ago

2.2.3

6 years ago

2.1.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.4

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago