
Tag: cdk
25 posts found
Showing 25 of 25 posts





Using Server Sent Events (SSE) to sync Tanstack Db from AWS DynamoDB
Build real-time data synchronization between AWS DynamoDB and TanStack DB using Server-Sent Events. Learn how to stream database changes via DynamoDB Streams, implement SSE endpoints with TanStack Start/Router.

Use a customized CDK bootstrap template
Learn how to customize the AWS CDK bootstrap template to add server access logging and KMS encryption to the staging bucket. Use the CDK Toolkit library to orchestrate multi-region deployments, extract environments from CDK apps, and validate CloudFormation templates with cdk-nag.

Simple example of TanStack DB with DynamoDB on AWS with multiple entities
Implement a multi-entity data model with TanStack DB and DynamoDB using single table design. Learn how to manage Person, Address, BankAccount, ContactInfo, and Employment entities with ElectroDB and TanStack DB collections. Includes performance optimization with global collections for instant navigation.


Monitor multiple resources using a single CloudWatch Alarm (with CDK)
Use CloudWatch Metrics Insights query alarms (with tags) to monitor many resources with one alarm in AWS CDK.

Use cdk-notifier to check CloudFormation predeployment validations in pull requests
Extend cdk-notifier with CloudFormation change sets to validate changes before merging pull requests




Cleanup Resources from Ephemeral Stacks in AWS CDK with Aspects and Property Injectors
When 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.


Configure AWS CloudWatch Application Signals Transaction Search with CDK
Learn 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 Application Signals for Node.js Lambda with CDK
How to configure AWS CloudWatch Application Signals centrally for an AWS account and for individual Node.js Lambdas using the AWS CDK.


Consideration about cdk-notifier and Tags
Description of the diff consequence of two ways of tagging in CDK

Use cdk-notifier to compare changes in pull requests
See how cdk-notifier can help to compare which cdk changes will be applied after merging a pull request


Example how to trigger a Dynamodb export and create an Athena saved query with CDK
This post is how to trigger a Dynamodb export and create saved query to create a Athena table from the exported data

Example how to visualize DynamoDB item changes with Quicksight (S3 source) created with CDK
This post is how to visualize the streamed data changes of a DynamoDb table via Kinesis Data Stream and Kinesis Firehose to S3. Build with CDK.

Example how to create Athena saved queries with CDK
This post is about how saved queries are created with CDK. This is useful to have important queries prepared for any users.

Example how to analyze DynamoDB item changes with Kinesis and Athena created with CDK
This post is how stream data changes of a DynamoDb table via Kinesis Data Stream and Kinesis Firehose to S3, and analyze the data with Athena. Build with CDK.