Live Reloading with Compose Watch
Introduction
When working with lambda connectors, you'll often want to make quick edits to your custom business logic and don't want to go through the hassle of bringing down all your services, rebuilding them all, and restarting them. Instead you can leverage Compose Watch to listen for changes to your connector's entrypoint, and rebuild the connector on the fly.
The workflow described in the guide below helps when you're making changes to your connector's internal logic without altering the exposed function interfaces or metadata.
If you're adding new functions that will need to be exposed as commands in your application, or modifying existing functions' arguments or return types, you'll still need to regenerate your metadata and create a new build of your application.
Follow the steps here for more information.