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

Run archive_file on each apply #117

Open
AzySir opened this issue Oct 1, 2021 · 2 comments
Open

Run archive_file on each apply #117

AzySir opened this issue Oct 1, 2021 · 2 comments

Comments

@AzySir
Copy link
Contributor

AzySir commented Oct 1, 2021

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.

@brantgurga
Copy link

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.

@AzySir
Copy link
Contributor Author

AzySir commented Feb 16, 2022

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...

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

No branches or pull requests

2 participants