If I change my Lambda API function, why doesn’t PromptQL see it?
Hey, @megan_quinn
Could you help me understand your use case a bit better? When you say
If I change…
Do you mean adding a new function? Or, modifying an existing function?
If you’re adding a new function or modifying the return signature of an existing function, you’ll definitely have to re-introspect your source and add or update the command(s).
If you’re working with an existing function and simply want to modify the internal logic, you’ll just need to rebuild the container serving the lambda connector. We’ve a guide here that explains some modifications you can make to your scripts to leverage Compose Watch for faster iteration.