Skip to content

Support for Provisioned Concurrency feature #42

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
harleyguru opened this issue Oct 10, 2020 · 3 comments
Open

Support for Provisioned Concurrency feature #42

harleyguru opened this issue Oct 10, 2020 · 3 comments

Comments

@harleyguru
Copy link

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

@jaylattice
Copy link

jaylattice commented Dec 11, 2020

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.

@hypexr
Copy link

hypexr commented Dec 18, 2020

I also need this!

@vicary
Copy link

vicary commented May 6, 2021

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants