ryands17 / delete-exposed-credentials

Deleting exposed AWS credentials using CloudWatch Events and the AWS Health API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete Exposed Credentials

Build Status

This is CDK project (TypeScript) to delete any of your exposed IAM credentials on public repositories using AWS Health and EventBridge events.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • yarn build compile typescript to js
  • yarn watch watch for changes and compile
  • yarn test perform the jest unit tests
  • yarn cdk deploy deploy this stack to your default AWS account/region
  • yarn cdk diff compare deployed stack with current state
  • yarn cdk synth emits the synthesized CloudFormation template

About

Deleting exposed AWS credentials using CloudWatch Events and the AWS Health API


Languages

Language:TypeScript 95.6%Language:JavaScript 3.9%Language:Shell 0.5%