0.0.9 • Published 2 years ago

encrypted-bucket v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CDK Construct: Encrypted S3 Buckets

MIT License superluminar.io

Example for a polyglot CDK construct created with jsii and projen for encrypted S3 Buckets.

Usage

import { EncryptedBucket } from 'encrypted-buckets';

new EncryptedBucket(stack, 'EncryptedBucket', {
  versioned: true,
});

Further Reading

License

Feel free to use the code, it's released using the MIT license.

Contribution

You are welcome to contribute to this project! 😘

To make sure you have a pleasant experience, please read the code of conduct. It outlines core values and beliefs and will make working together a happier experience.

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago