serverless / compose

Orchestrate Serverless Framework in monorepos
https://serverless.com/framework/docs/guides/compose
MIT License
110 stars 15 forks source link

Deploy without repackaging #189

Open tim-helloquickly opened 7 months ago

tim-helloquickly commented 7 months ago

Is there an existing issue for this?

Use case description

There's a serverless package command -- I'd like to avoid needing to re-package in our CI/CD.

Proposed solution (optional)

For me, I wouldn't need no more, but for a more generic solution being able to specify the package name in the serverless-compose.yml file might be a good way.

jweyrich commented 1 month ago

That would be great! We have a repo that contains multiple Lambda Layers. The CICD pipeline has a step that builds the desired layer, then other manual steps are used to publish to different accounts. Without --package <path> in Serverless Compose, we'd have to rebuild each layer.