3.0.0 • Published 3 years ago

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

Weekly downloads
10
License
ISC
Repository
github
Last release
3 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

3 years ago

2.4.0

5 years ago

2.2.3

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.4

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago