Developing enterprise application patterns with the AWS CDK

By Dustin Ward

Amazon Web Services FeedDeveloping enterprise application patterns with the AWS CDK Enterprises often need to standardize their infrastructure as code (IaC) for governance, compliance, and quality control reasons. You also need to manage and centrally publish updates to your IaC libraries. In this post, we demonstrate how to use the AWS Cloud Development Kit (AWS…

Migrating X-Ray tracing to AWS Distro for OpenTelemetry

By Dustin Ward

Amazon Web Services FeedMigrating X-Ray tracing to AWS Distro for OpenTelemetry In the context of containerized microservices we face the challenge of being able to tell where along the request path things happen and efficiently drill into signals and logs. As a developer, you don’t want to fly blind and one popular way to provide…