dotnet lambda package-ci CodeUri unchanged if hash of project is the same #83
Labels
feature-request
A feature should be added or improved.
module/cli-ext
p2
This is a standard priority issue
queued
The SAM Serverless::Function property AutoPublishAlias will attempt to re-deploy a lambda if the CodeUri changes.
The CodeUri produced from
is always different, even if the lambda code doesn't change.
This causes issues deploying changes to the other resources in the SAM template, because if you don't also change the lambda code you get a "A version for this Lambda function exists" error and the stack update rolls back.
Is there a way to set the zip file name in the codeuri to a hash of some sort?
The text was updated successfully, but these errors were encountered: