1 Answer
- Newest
- Most votes
- Most comments
0
This page explains the different deployment options - https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/automating-updates-to-serverless-apps.html
This page explains the different deployment options - https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/automating-updates-to-serverless-apps.html
Thank you, I have already read that and all other documentation I can find on the subject. Unless I'm missing something really obvious, I can't see that it answers my question.
Specifcally, I note that adding
AutoPublishAliasalone will create an alias on the Lambda function. What difference does adding aDeploymentPreferencewithTypeAllAtOncemake compared to not adding it at all (other than the obvious that it creates CodeDeploy resources - but what effect does that actually have)?