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
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
I have a GitHub actions build step that anticipates the packaging of my app, and it would be really nice to be able to run the layers packaging & deployment outside of running serverless commands.
Today I am running:
serverless package --stage qa
But I'm concerned if it's modifying existing deployment settings. I don't think it is, because if the dependencies have changed, it would publish a new zip version, hence, it would only be assigned to a new lambda deployment.
Let me know your thoughts.
The central idea is just to shave time on deployments by pre-packaging & deploying layers.
Thanks,
A.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, how's it going?
I have a GitHub actions build step that anticipates the packaging of my app, and it would be really nice to be able to run the layers packaging & deployment outside of running serverless commands.
Today I am running:
But I'm concerned if it's modifying existing deployment settings. I don't think it is, because if the dependencies have changed, it would publish a new zip version, hence, it would only be assigned to a new lambda deployment.
Let me know your thoughts.
The central idea is just to shave time on deployments by pre-packaging & deploying layers.
Thanks,
A.
The text was updated successfully, but these errors were encountered: