Amazon EventBridge announces support for Dead Letter Queues

By Dustin Ward

Amazon Web Services FeedAmazon EventBridge announces support for Dead Letter Queues Amazon EventBridge now supports Dead Letter Queues (DLQs), which make event-driven applications more resilient and durable by storing your events in queues when the events can’t be delivered, or the target is unavailable.

Improved failure recovery for Amazon EventBridge

By Dustin Ward

Amazon Web Services FeedImproved failure recovery for Amazon EventBridge Today we’re announcing two new capabilities for Amazon EventBridge – dead letter queues and custom retry policies. Both of these give you greater flexibility in how to handle any failures in the processing of events with EventBridge. You can easily enable them on a per target…

Deploying application configuration to serverless: introducing the AWS AppConfig Lambda extension

By Dustin Ward

Amazon Web Services FeedDeploying application configuration to serverless: introducing the AWS AppConfig Lambda extension At AWS, we feel strongly that separating application configuration from application code is a best practice. Being able to deploy configuration independently from code makes it possible to build services like Service Quotas and launch new services and features right as…