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

Only build the package command (without deploying and resources creating) #419

Closed
peniakoff opened this issue May 29, 2020 · 2 comments
Closed

Comments

@peniakoff
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like to use Serverless Next.js component only for building Lambda@Edges and all resources (.serverless_next directory and more) without deploying stuff (like a domains, buckets, etc.). It will be the best solution if all cloudformation templates (I mean templates for AWS) were prepared already before.

Describe the solution you'd like
It would be nice to have a choice to prepare only packages for manually deploying. It coul dbe done eg. with command like below:
serverless package

Describe alternatives you've considered
I've tried to make this with a Serverless pure solution but without success.

@Trandel
Copy link

Trandel commented Jul 2, 2020

👍

@dphang
Copy link
Collaborator

dphang commented Oct 18, 2020

I've added a new input deploy which can be set to false to just build assets and skip deployment (now includes s3 assets as well). Available in @sls-next/serverless-component@1.18.0-alpha.12 now.

@dphang dphang closed this as completed Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants