aws-lambda
aws-lambda copied to clipboard
Support for Provisioned Concurrency feature
As you know, AWS released new feature "Provisioned Concurrency". Could this component handle it?
Should be pretty simple to open a PR. Provisioned concurrency can only be applied to a specific alias for function version. I think the updateFunction method would have to update the latest version with the specified alias, then update the function with that alias with the specified provisioned concurrency.
I also need this!
There are hidden restrictions on AWS side, but I believe my PR does the job. Please feel free to test it.