Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p6m7g8/p6-cdk-vpc-igw-protector
P6M7G8: AWS CDK Construct that protects VPC IGWs in REAL-TIME
https://github.com/p6m7g8/p6-cdk-vpc-igw-protector
aws cdk construct igw lambda landing-zone p6 p6m7g8 typescript vpc
Last synced: about 1 month ago
JSON representation
P6M7G8: AWS CDK Construct that protects VPC IGWs in REAL-TIME
- Host: GitHub
- URL: https://github.com/p6m7g8/p6-cdk-vpc-igw-protector
- Owner: p6m7g8
- License: apache-2.0
- Created: 2024-10-30T22:26:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T14:19:42.000Z (about 1 month ago)
- Last Synced: 2024-12-07T15:20:55.804Z (about 1 month ago)
- Topics: aws, cdk, construct, igw, lambda, landing-zone, p6, p6m7g8, typescript, vpc
- Language: TypeScript
- Homepage: https://continuouslearning.io
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AWS CDK: Real-Time removes un approved IGW
# P6CDKVPCIGWProtector
## LICENSE
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0)
## Other
![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod) ![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=p6m7g8_p6-cdk-vpc-igw-protector&metric=alert_status) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/p6m7g8/p6-cdk-vpc-igw-protector) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/p6m7g8/p6-cdk-vpc-igw-protector)
## Usage
```ts
...
import { P6CDKVPCIGWProtector } from 'p6-cdk-vpc-igw-protector'new P6CDKVPCIGWProtector(this, 'P6CDKVPCIGWProtector', {
});
```## Architecture
![./assets/diagram.png](./assets/diagram.png)
## Author
Philip M. Gollucci