Skip to content

go-to-k/go-to-k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 

Repository files navigation

Kenta Goto

AWS CDK Contributor

Blog Posts (En/Ja) and Slides

Self-developed OSS

AWS Dev Tools

A CLI tool to CLear S3 Buckets. It empties (so deletes all objects and versions/delete-markers in) S3 Buckets or deletes the buckets themselves.

A CLI tool for deleting AWS CloudFormation and AWS CDK stacks, from routine deletions to force deleting stacks with undeletable resources.

A CLI tool to search AWS Lambda runtime and versions across regions.

CDK Assembly Garbage Collector - Clean up unused assets in your cdk.out directory, remove locally built Docker images, and delete temporary CDK directories.

AWS CDK Construct Libraries

AWS CDK Construct library to allow you to scan a container image during CDK deployment layer with Trivy.

To my surprise, this library was featured on the ecosystem page of Trivy's official documentation!

AWS CDK Construct that blocks deployments to ECS, Lambda, and other services when ECR Image Scanning detects vulnerabilities, and optionally verifies container image signatures.

AWS CDK Construct library to allow you to scan a container image during CDK deployment layer with Dockle.

AWS CDK construct library for a CloudWatch Alarm for Elastic Load Balancing (as Application Load Balancer) that fires on HTTPCode_ELB_5XX_Count excluding 500, 502, 503, and 504 (e.g. 501, 505, 561).

CDK Explorations

CDK Direct - An experimental CDK alternative that deploys directly via AWS SDK instead of CloudFormation. It implements its own state management, dependency graph, diff detection, and rollback from scratch.

A sample repository for AWS CDK x GoF design patterns including concrete CDK code and class diagrams.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors