encrypted-bucket
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i encrypted-bucket

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

105 kB

Total Files

14

Last publish

Collaborators

  • sbstjn