Why doesn’t updating Lambda Alias to new version work immediately on Amazon Web Services?
After new code is pushed to lambda, I am running the following comands Create new version from the $LATEST code ver=$(aws lambda publish-version --function-name my-function --description "New version" --output text --query 'Version') Point lambda alias to new version aws lambda…