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!