Jędrzej Kuryło
12/21/2021, 9:38 PMsst 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 caseFrank
.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.