Recent posts
All posts- Nov 28, 2025
Encrypt All Lambda Environment Variables with AWS CDK Aspects/MixinsA guide on how to encrypt all AWS Lambda environment variables using AWS CDK aspects/mixins. Also from third party libraries.- aws
- cdk
- lambda
- Nov 27, 2025
Granular statement cdk-nag AwsSolutions-IAM5 SuppressionsHow to document and suppress only the wildcard permissions that are required by AWS services, while keeping the rest of AwsSolutions-IAM5 findings active.- aws
- cdk
- cdk-nag
- Jun 14, 2025
Cleanup Resources from Ephemeral Stacks in AWS CDK with Aspects and Property InjectorsWhen developing features with ephemeral CDK stacks, the resource retention configuration needs to differ from test and production stacks. This article explains how to use CDK Aspects and Property Injectors to automatically clean up resources from ephemeral stacks.- aws
- cdk