A library of AWS CDK constructs that I have made for fun.
This repository is in early development and can be restructured at any time. A much higher level of stability will be targeted after 1.0.0 release
## Node
npm i pwed-cdk
## Python
pip install pwed-cdk
- static-site
- Is a simple static site that will automatically upload assets to s3 and serve them with CloudFront. Any pushed changed files will get invalidated from the CloudFront cache.
- bastion
- windows-instance
- A windows instance that can be signed into using fleet manager for a zero surface area RDP bastion.
- permission-set
- AWS SSO permission set with the minimum permissions to give access to SSM and Fleet Manager
- Can be locked down with Tags if you want environment level access
- windows-instance
- Non SSO based access for bastion
- Hugo extension for static-site to auto build and deploy your static site