I am using sls deploy to update lambda functions on aws. The question is if it is possible to know in advance (before deploy finishes) that the endoint url will change. Or if it is possible to get the new endpoint value from sls without doing fancy regexp on the output.
Seems like the endpoint url wants to change when large modifications on the stack has been done. Any resources on this would be appreciated!
There is a closed Github issue from 2017, which says that unfortunately, it is a Cloudformation behavior. And the only options is to calculate diff somehow and do SLS deploy -f function