-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Lambda@Edge with pre-provided zips #205
Comments
@syphernl thanks for the feature request! Yes, I think that is a good idea. As the person who implemented the I will take a look! |
@korenyoni Not sure whether you are aware of it but I discovered that work has started on a terraform-aws-lambda-function module as well very recently. I read that you implemented it the way it is now because of the Lambda@Edge needs to live in |
Describe the Feature
If would be nice if the Lambda@Edge code could be provided as a zip rather than a piece of plain-text code.
Use Case
Some Lambda@Edge functions might require more files to run (e.g.
node_modules
).If a zip could be provided, this would make it possible to run such scripts as well.
Describe Ideal Solution
Add two new variables:
create_package
- boolean, defaults totrue
local_existing_package
- Path to the existing package to uploadThe text was updated successfully, but these errors were encountered: