Jeff Hanna
03/16/2022, 10:57 PMuat-polls-api-Api | UPDATE_FAILED | AWS::Lambda::Alias | LiveAliasApi372137E3F Replacement type updates not supported on stack with disable-rollback.
First question, why is disable-rollback on? SST docs say the default is to have rollback enabled
Second question, why is there a replacement type update if my code didn’t change? AWS Docs say alias is only replaced if the function name or alias name change which they are notFrank
First question, why is disable-rollback on? SST docs say the default is to have rollback enabledWhich version of SST are u on? I think a few of the older releases had rollback default to disabled. We then changed it to enabled by default.
Frank
Second question, why is there a replacement type update if my code didn’t change?Did this happen after updating the SST version? You can run
sst diff
to see the changeset prior to running sst deploy
.Jeff Hanna
03/17/2022, 2:38 AMJeff Hanna
03/17/2022, 2:38 AMFrank