aws-lambda icon indicating copy to clipboard operation
aws-lambda copied to clipboard

Support for Provisioned Concurrency feature

Open harleyguru opened this issue 5 years ago • 3 comments

As you know, AWS released new feature "Provisioned Concurrency". Could this component handle it?

harleyguru avatar Oct 10 '20 11:10 harleyguru

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.

jaylattice avatar Dec 11 '20 00:12 jaylattice

I also need this!

hypexr avatar Dec 18 '20 21:12 hypexr

There are hidden restrictions on AWS side, but I believe my PR does the job. Please feel free to test it.

vicary avatar May 06 '21 14:05 vicary