Recent posts
All posts- Jun 14, 2025Cleanup 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
- Jan 12, 2025Suppress cdk-nag findings for custom resource singleton lambda globallyThis post describes how to suppress cdk-nag findings that are caused by the custom resource singleton Lambda function globally, so that findings which are out of your own control are not reported.
- aws
- cdk
- cdk-nag
- Jan 07, 2025Configure AWS CloudWatch Application Signals Transaction Search with CDKLearn how to enable and configure AWS CloudWatch Application Signals Transaction Search using the AWS CDK, including setting up the required IAM policies and X-Ray configurations.
- aws
- aws application signals
- cdk
- cloudwatch
- x-ray
- transaction search