chalice icon indicating copy to clipboard operation
chalice copied to clipboard

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

Open juls858 opened this issue 3 years ago • 0 comments

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.

juls858 avatar Sep 14 '22 01:09 juls858