1 Answer
- Newest
- Most votes
- Most comments
2
Hello.
I think that only the changed parts are deployed when updating.
To achieve your requirements, the only option is to split the SAM template for each Lambda function and deploy them separately.
It is not possible to deploy only some resources using command options.
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-deploy.html
Relevant content
- asked a year ago
