chalice icon indicating copy to clipboard operation
chalice copied to clipboard

Configure asynchronous settings

Open Rubyj opened this issue 5 years ago • 3 comments

@stealthycoin

I would like to be able to configure my pure lambda function's asynchronous settings straight from my chalice config.json file.

In particular, I want to be able to set the retry attempts and the maximum age of events in the config.

Rubyj avatar Nov 25 '19 22:11 Rubyj

I think we should lump the destinations options under this as well seeing as they are related.

For completeness here are the AWS Blog Posts for both destinations and the asynchronous setting from 11/25/2019:

Async and streaming controls: https://aws.amazon.com/blogs/compute/new-aws-lambda-controls-for-stream-processing-and-asynchronous-invocations/

Lambda Destinations https://aws.amazon.com/blogs/compute/introducing-aws-lambda-destinations/

subssn21 avatar Nov 26 '19 16:11 subssn21

Seems like a good first time contributor feature. Marking as feature request. If anyone wants to make a PR for it I'll take a look.

stealthycoin avatar Dec 03 '19 21:12 stealthycoin

2023 :(

josiahcoad avatar Dec 21 '23 22:12 josiahcoad