Can i deploy my cloudformation modification only ? Let’s say the case, i modify the IAM Resources which defined in my serverless.yml. None of my functions are being modified - in this case, it’s only cloudformation modification. If i run sls deploy
, i can get my cloudformation updated - but this also reupload and redeploy my lambda functions which don’t have any modification.
Is there any way to redeploy only the cloudformation modification ? without redeploying the function ?