Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support VPC Configuration for lambda #4550

Closed
sivchari opened this issue Aug 18, 2023 · 0 comments · Fixed by #4551
Closed

Support VPC Configuration for lambda #4550

sivchari opened this issue Aug 18, 2023 · 0 comments · Fixed by #4551
Labels
kind/enhancement New feature or request

Comments

@sivchari
Copy link
Member

What would you like to be added:

I use PipeCD to manage to many lambda applications. And a lot of lambda functions connect to a network. A lambda function which PipeCD manages doesn't support to vpc configuration. So I improve lambda function to support it. I added VPC configuration and I refactored CreateFunction and UpdateFunction. If vpc configuration is non nil, CreateFunction passes this configuration to client input and UpdateFunction calls UpdateConfiguration in additional.

Why is this needed:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant