-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Support --no-build for package and deploy #338
Labels
enhancement
New feature or request
Comments
Gleeble
added a commit
to Gleeble/serverless-esbuild
that referenced
this issue
Aug 19, 2023
…ng rebuilding of archives
Gleeble
added a commit
to Gleeble/serverless-esbuild
that referenced
this issue
Aug 21, 2023
…umentation, added tests
floydspace
added a commit
that referenced
this issue
Sep 13, 2023
Issue #338 - Added support to skip rebuilding artifacts and just regenerate cloudformation content
Seems like closed |
alexwillingham
added a commit
to alexwillingham/serverless-esbuild
that referenced
this issue
May 9, 2024
… leak when skipRebuild is true
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The serverless-webpack has option to use
--no-build
flag so we can runnpx sls webpack
that build webpack contents and then runsls deploy --no-build -stage qa
that should package and deploy the serverless service using the existing.webpack
contentsDescribe the solution you'd like
This is the PR that was raised for serverless-webpack. The advantage to use
--no-build
is for CI/CD where we can create single zip file and deploy the zip to each env.cloudformation-template-update-stack.json
andserverless-state.json
files but it uses .zip file generated in step 1)The text was updated successfully, but these errors were encountered: