aws / aws/chalice

Support new Lambda deployment params: Provisioned Concurrency, Maximum Event Age and Maximum Retry Attempts

Open
#1,322 20 comments 25 reactions 0 assignees View on GitHub
feature-request
Dominant language
Python
Stars
11.1k
Forks
1k
Avg merge
1d 22h
Merged PRs (30d)
2

Description

New and quite exciting Lambda configuration parameters have been recently announced by AWS:

- https://aws.amazon.com/ru/about-aws/whats-new/2019/11/aws-lambda-supports-max-retry-attempts-event-age-asynchronous-invocations/
- https://aws.amazon.com/ru/about-aws/whats-new/2019/12/aws-lambda-announces-provisioned-concurrency/

They can be set using AWS console and it would be great to have them configurable in .chalice/config.json as well:

> ![Screenshot 2019-12-10 at 11 53 18](https://user-images.githubusercontent.com/27999539/70519106-1444ca00-1b44-11ea-8979-2b14e33b55fd.png)

Contributor guide

Open the contributing guide

Research direction

Start with .chalice/config.json and trace how Lambda deployment configuration is read and sent to AWS. Confirm how Provisioned Concurrency, Maximum Event Age, and Maximum Retry Attempts should be represented, then verify that each parameter can be configured and applied during deployment.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.