0.0.4 • Published 2 years ago

@ma11hewthomas/s3-secure-bucket-cdk-construct v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

s3-secure-bucket-cdk-construct

Created for learning purposes whilst checking out projen.

A CDK construct that creates a KMS encrypted S3 bucket.

Installation

npm i @ma11hewthomas/s3-secure-bucket-cdk-construct

Add the following to your stack:

import { SecureBucket } from '@ma11hewthomas/s3-secure-bucket-cdk-construct';

new SecureBucket(this, 'S3SecureBucketCdkConstruct');