5 projects
jjrawlins-cdk-git-tagger
CDK Aspect to tag resources with git metadata. This provides a nice connection between the construct and the git repository.
jjrawlins-cdk-ami-builder
Creates an EC2 AMI using an Image Builder Pipeline and returns the AMI ID.
jjrawlins-cdk-deploy-pr-github-action
A projen construct that generates GitHub Actions workflows for CDK deployments with GitHub Environments, parallel stages, versioned assemblies, and manual rollback.
jjrawlins-cdk-diff-pr-github-action
A GitHub Action that creates a CDK diff for a pull request.
jjrawlins-cdk-iam-policy-builder-helper
A CDK construct that helps build IAM policies using the AWS IAM Policy Builder dump. Normally it is better to use cdk-iam-floyd, However, I found that cdk-iam-floyd currently is not jsii compliant so I wasn't able to use it in my jsii compliant projects in languages that are not typescript or python.