In AWS Lambda function, what is the difference between deploy and publish?
When we only deploy, do the consuming services get to use the updated function (assuming they are pointing to latest function version)?
When we only publish, does it get auto deployed?