An open API service indexing awesome lists of open source software.

https://github.com/p6m7g8/p6-cdk-s3-protector

P6M7G8: AWS CDK Construct that protects S3 Buckets in REAL-TIME
https://github.com/p6m7g8/p6-cdk-s3-protector

aws cdk construct lambda landing-zone p6 p6m7g8 s3 typescript

Last synced: about 1 month ago
JSON representation

P6M7G8: AWS CDK Construct that protects S3 Buckets in REAL-TIME

Awesome Lists containing this project

README

        

AWS CDK: A real-time S3 Protector

# P6CDKS3Protector

## 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)](https://gitpod.io/#https://github.com/p6m7g8/p6-cdk-s3-protector) ![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=p6m7g8_p6-cdk-s3-protector&metric=alert_status) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/p6m7g8/p6-cdk-s3-protector) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/p6m7g8/p6-cdk-s3-protector)

## Usage

```ts
...
import { P6CDKS3Protector } from 'p6-cdk-s3-protector'

new P6CDKS3Protector(this, 'p6CDKS3Protector')
```

## Architecture

![./assets/diagram.png](./assets/diagram.png)

## Author

Philip M. Gollucci