Choosing between AWS services for streaming data workloads

By Dustin Ward

AWS FeedChoosing between AWS services for streaming data workloads Traditionally, streaming data can be complex to manage due to the large amounts of data arriving from many separate sources. Managing fluctuations in traffic and durably persisting messages as they arrive is a non-trivial task. Using a serverless approach, AWS provides a number of services that…

Adding security workflows to OpenTelemetry

By Dustin Ward

AWS FeedAdding security workflows to OpenTelemetry In this blog post, intern engineers Karen Xu and Kelvin Lo describe their experience working in the popular open source project, OpenTelemetry. They describe how they added security scanning workflows to the project, including how it supports a major milestone in readying the software for production use. In any…

CICD on Serverless Applications using AWS CodeArtifact

By Dustin Ward

AWS FeedCICD on Serverless Applications using AWS CodeArtifact Developing and deploying applications rapidly to users requires a working pipeline that accepts the user code (usually via a Git repository). AWS CodeArtifact was announced in 2020. It’s a secure and scalable artifact management product that easily integrates with other AWS products and services. CodeArtifact allows you…