10 projects
mbonig.state-machine
A Step Function state machine construct focused on working well with the Workflow Studio
mbonig.nightynight
A CDK construct that will automatically stop a running EC2 instance at a given time.
mbonig.secret
An AWS CDK construct for creating a secret in AWS Secrets Manager, without losing manually changed values.
mbonig.rds-tools
A construct for working with RDS SQL servers
mbonig.wakeywakey
A CDK construct that will automatically start a stopped EC2 instance at a given time.
mbonig.sqs-redrive
A redrive construct to use with an SQS queue and it's dead letter queue
mbonig.cicd-spa-website
A CDK construct which creates a pipeline that pulls code from a source repository, builds it, then deploys to an S3 bucket (with CloudFront if a certificate is required)
mbonig.aws-lambda-nodejs.NodejsFunctionPlus
The NodejsFunction from the @aws-cdk/aws-lambda-nodejs package but with the AWS_NODEJS_CONNECTION_REUSE_ENABLED automatically set.
mbonig.secure-bucket
An AWS CDK Construct that enforces encryption on an S3 bucket
mbonig.cdk-cicd
A CDK Construct that creates a CodePipeline that will build and deploy a CDK Stack