SST is being really verbose again for some reason ...
# help
s
SST is being really verbose again for some reason 😕 I made one change to one function (
retryAttempts: 0
) and it decided to update nearly every single Lambda function in all stacks.
I wish CloudFormation gave you a log of what was changed in each update
a
npx sst diff
. I've noticed too that it sometimes make a lot of changes that appear unnecessary.
s
ah yeah, forgot about diff. lemme check
a one-line change took 17 minutes to deploy. ugh
a
Note that diff is showing you what the next deployment will do, not the last one.
s
yeah
f
Thanks @Adam Fanello!
Hey @Sam Hulick, did you figure out what was being updated for all functions? Was the one liner change for
app.setDefaultFunctionProps
?
s
@Frank no, it was one tiny change to a function all on its own. I don’t have any info that could help pinpoint why it did what it did.. it was via CI/CD so I couldn’t easily do a diff beforehand