Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebsto/cdk-ipv6
A CDK script o deploy an IPv6 VPC
https://github.com/sebsto/cdk-ipv6
Last synced: 6 days ago
JSON representation
A CDK script o deploy an IPv6 VPC
- Host: GitHub
- URL: https://github.com/sebsto/cdk-ipv6
- Owner: sebsto
- License: mit-0
- Created: 2021-07-30T14:23:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T12:59:31.000Z (about 3 years ago)
- Last Synced: 2023-05-19T00:10:15.678Z (over 1 year ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CDK IPv6
This is a sample CDK script to deploy an IPv6 VPC.
## Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template## Contributions
[Angus Lees](https://www.linkedin.com/in/guslees/) is the original author of this code. Thank you !