Can I have a bundle with NPM packages? #1843
-
I came across this tool while looking for the best practice to deploy an application built in microservice model. Our current deployment model uses Gitlab pipelines to deploy heterogenous artifacts to heterogenous resources. E.g we've npm packages deployed to AWS lambda, S3 and containers deployed to ECS. While the latter is solved by this tool, I'm curious to know if the former (npm packages to Lambda/S3) is a valid use case for this tool to solve. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Bundles are good for combining logic (scripts) and artifacts so that you can redistribute them for others to use. It kind of sounds like publishing npm packages to S3 is really more of a step in your build pipeline than an action that others would need to perform as well. So you may see limited utility in putting that into a bundle, but I may be misunderstanding. |
Beta Was this translation helpful? Give feedback.
-
Linking to the answer since GitHub discussions won't let me mark a nested comment as the answer |
Beta Was this translation helpful? Give feedback.
Linking to the answer since GitHub discussions won't let me mark a nested comment as the answer
#1843 (reply in thread)