jamlen
03/03/2022, 1:00 PMyarn sst deploy
then make no changes to anything and run yarn sst deploy
again, it thinks the web app has changed and does an update. I assume that this is because a deploy
executes a build and there must be something that is generated which changes every build even with no code changes? How can I prevent this? Is it a bug?Frank
jamlen
03/03/2022, 1:20 PMjamlen
03/03/2022, 1:27 PMyarn sst remove
errors with
Stack jamlen-deploy-bug-WebPlatformStack
Status: failed
Error: Resource handler returned message: "Lambda was unable to delete arn:aws:lambda:us-east-1:1234567689:function:jamlen-deploy-bug-WebPlat-webnextjsMainFunctionEE1-Pa8KYMI60tVa:2 because it is a replicated function. Please see our documentation fo
r Deleting Lambda@Edge Functions and Replicas.
This is just a vanilla
$ yarn create serverless-stack --use-yarn --language typescript deploy-bug
$ yarn create next-app --ts web
$ yarn add @sls-next/lambda-at-edge
$ yarn deploy
$ yarn remove
Frank
Frank
Frank
Frank
Kuda Zhou
03/03/2022, 4:08 PMFrank