claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

How to set provisioned concurrency in create/update commands? #233

Open wmelton opened 2 years ago

wmelton commented 2 years ago

Would be great in the create/update commands if we could pass --provisioned-concurrency 3 to configure that setting within the lambda config.

In the existing documentation there does not appear to be support for this. Perhaps account-level limits on lambda concurrency is why this doesn't appear to exist, but it would be a nice addition to the CLI