Hey :slightly_smiling_face: I'm having an issue up...
# help
j
Hey 🙂 I'm having an issue updating lambdas in AWS - I change the code of a handler, do
sst build
, then
sst deploy
, but I see
no changes
in the output and end up having old version of my lambdas in AWS. Is there a step that I'm missing? The only way I've found so far to "refresh" the lambda code is to remove a route, redeploy, add the route back and deploy again. I assumed that lambda code will get uploaded when I deploy even if there are no changes to the stack configuration, but it doesn't seem to be the case
f
Hey @Jędrzej Kuryło that’s really weird. Can you try this: • zip up
.build/cdk.out
and save a copy of it • make a change in the lambda code • run
sst build
• zip up
.build/cdk.out
And send me the two zips.