-
-
Notifications
You must be signed in to change notification settings - Fork 686
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
Problem using layers with multiple files #15
Comments
Thanks, @jernestosuarez for opening this issue! v1.5.0 has been just released with this fix. Please let us know if the problem persists. |
Hi @antonbabenko , after update the problem persists but seems that the dependency must be added in some other place, cause now is showing the error just one time instead two like before.
If any change is made on the filesystem and the .tf is executed a second time works well. |
I can see that it is still pointing to an old version of the module ( Please make sure to remove |
My apologies, you're right, now works like a charm : ) Amazing work with this modules, congrats! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Ruby Lambda functions with additional dependencies add lot of files into the layer. Seems that the zip file is being accessed before is available.
I've executed the same tf with and without the dependencie following the doc example
code
Error
After execution, the zip file is available in the cache
The text was updated successfully, but these errors were encountered: