encrypted-bucket

A CDK construct for encrypted S3 Buckets


Keywords
aws, cdk, construct
License
MIT
Install
pip install encrypted-bucket==0.0.9

Documentation

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.