aws / aws/chalice

Unable to set lambda to use unreserved concurrency in chalice config.

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

Description

Setting this
`"reserved_concurrency": null,`

results in the lambda applying the _reserved_concurrency_ setting at the project level when applying lambda specific configurations.

If I have this set to _1_ at the project level, setting to _null_ for a specific lambda results in 1 as the actual setting. It appears there is no way to specify "use unreserved concurrency" when configuring using chalice _config.json_.

Contributor guide

Open the contributing guide

Research direction

Trace how Chalice reads project-level and Lambda-specific reserved_concurrency settings from config.json, starting with the configuration merge and Lambda deployment paths. Confirm the behavior with a project value of 1 and a function value of null; done means the function uses unreserved concurrency instead of inheriting 1.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
backend, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 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.