serverless / compose

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

feat: Introduce `refresh-outputs` command #47

Closed pgrzesik closed 2 years ago

pgrzesik commented 2 years ago

Support refreshing outputs. At the moment, it expects the components to implement the refreshOutputs method, however, we might need to reconsider that when we have components that will need to rely on external state

Closes: #45