Tag: programming
All the articles with the tag "programming".
-
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.
-
Tracing HTTP Requests with Go and Datadog
HTTP request tracing in Go with Datadog wraps the standard HTTP client to generate spans with method and URL details in your flame graphs.
-
AWS CDK Pipeline
AWS CDK Pipelines construct provides an opinionated CI/CD pipeline with self-mutation, cross-account deploys, and automatic source monitoring.
-
Intro to CDK
AWS CDK lets developers define cloud infrastructure using familiar programming languages like TypeScript, enabling testing and reusable constructs.