Tag: cdk
All the articles with the tag "cdk".
-
Streaming DynamoDB to EventBridge Pipes
Stream AWS DynamoDB changes to a Lambda via AWS EventBridge Pipes, Rules and CDK
-
Extending and Customizing the JWT from Cognito via AWS Lambda using Go
Cognito JWT customization using Go Lambda triggers lets you add private claims to ID tokens through the PreTokenGeneration user pool trigger.
-
Creating an AWS Cognito User with an Auto-Incrementing ID using AWS Step Functions
Creating a Cognito User with AWS Step Functions native SDK integrations
-
API Gateway Base Path Mapping
API Gateway base path mapping with CDK routes multiple REST APIs under a single custom domain name while disabling default execute endpoints.
-
Handling "Poison Pill" Messages with AWS Kinesis and Lambdas
Kinesis poison pill messages block stream processing for hours when Lambda event sources fail, but CDK event source configurations can solve this.
-
Creating an Async Integration with AWS Step Functions from API Gateway via CDK
Step Functions async integration with API Gateway via CDK enables durable webhook-style endpoints that return immediately while workflows execute.
-
Observing Lambda with Datadog and Golang
Lambda observability with Datadog and Golang covers setting up structured JSON logging, distributed tracing with spans, and correlating them together.
-
AWS CDK Pipeline
AWS CDK Pipelines construct provides an opinionated CI/CD pipeline with self-mutation, cross-account deploys, and automatic source monitoring.