How to I skip bundling during deploy? #213
-
Since you support |
Beta Was this translation helpful? Give feedback.
Answered by
floydspace
Oct 23, 2021
Replies: 1 comment 1 reply
-
hi @vicary. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vicary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @vicary.
If I catch it right. you can use
sls package
to prepare.serverless
artifacts and then usesls deploy --package .serverless
to deploy artifacts at a later time