You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to ensure that the archive_file runs on each apply? I.e every time I change the code in my lambda python I want the archive_file to re-zip again so the lambda can update to the new code.
The text was updated successfully, but these errors were encountered:
I have it paired with a null resource and this explicit depends on the null resource. The null resources specifies the paths that should trigger a new archive.
Thanks @brantgurga yeah I had something similar also - i think it'd be nice to have this flag as this currently kills a full 360 degree creation of Lambda Deployments + Packages.
I'm not big on go however this is definitely tempting to me invest in it. I'm a little tired of SAM...
Hi there,
Is there a way to ensure that the archive_file runs on each apply? I.e every time I change the code in my lambda python I want the archive_file to re-zip again so the lambda can update to the new code.
The text was updated successfully, but these errors were encountered: