https://github.com/sbstjn/cdk-encrypted-bucket
Example for polyglot CDK construct for NPM, PyPi, and NuGet
https://github.com/sbstjn/cdk-encrypted-bucket
aws cdk construct
Last synced: about 2 months ago
JSON representation
Example for polyglot CDK construct for NPM, PyPi, and NuGet
- Host: GitHub
- URL: https://github.com/sbstjn/cdk-encrypted-bucket
- Owner: sbstjn
- License: mit
- Created: 2022-05-06T12:00:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T11:48:45.000Z (about 4 years ago)
- Last Synced: 2025-02-05T14:39:48.460Z (over 1 year ago)
- Topics: aws, cdk, construct
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CDK Construct: Encrypted S3 Buckets
[](https://github.com/sbstjn/cdk-encrypted-bucket/blob/master/LICENSE.md)
[](https://superluminar.io//2022/05/17/cdk-construct-mit-projen-erstellen-testen-und-für-npm-nuget-pypi-veröffentlichen/)
> Example for a polyglot CDK construct created with [jsii] and [projen] for encrypted S3 Buckets.
* [NPM Package][npm]
* [NuGet Package][nuget]
* [PyPi Package][pypi]
## Usage
```ts
import { EncryptedBucket } from 'encrypted-buckets';
new EncryptedBucket(stack, 'EncryptedBucket', {
versioned: true,
});
```
## Further Reading
- [**superluminar.io**](https://superluminar.io) for a detailed guide in German
## License
Feel free to use the code, it's released using the [MIT license](LICENSE).
## Contribution
You are welcome to contribute to this project! 😘
To make sure you have a pleasant experience, please read the [code of conduct](CODE_OF_CONDUCT.md). It outlines core values and beliefs and will make working together a happier experience.
[projen]: https://github.com/projen/projen
[jsii]: https://github.com/aws/jsii
[npm]: https://www.npmjs.com/package/encrypted-bucket
[nuget]: https://www.nuget.org/packages/CDK.EncryptedBucket/
[pypi]: https://pypi.org/project/encrypted-bucket/