Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Run layers command out of serverless hooks #169

Open
andreyvital opened this issue Apr 21, 2024 · 0 comments
Open

Run layers command out of serverless hooks #169

andreyvital opened this issue Apr 21, 2024 · 0 comments

Comments

@andreyvital
Copy link

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:

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.

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

No branches or pull requests

1 participant