I'm getting the following when running `sst remove...
# help
m
I'm getting the following when running
sst remove
Copy code
Removing stacks

Error: Inline source not allowed for nodejs14.x
    at verifyCodeConfig (D:\serverless\production-ready-serverless-workshop-sst\backend\node_modules\@aws-cdk\aws-lambda\lib\function.ts:1022:11)
f
Yeah, that’s exactly it. Weird that it is not allowed for nodejs14.x.
Let me try something out and put it a fix.
For now, if u change the Lambda runtime to
nodejs12.x
and then run
sst remove
that should work.
Hey @Michael Wolfenden this is fixed in v0.11.0
Nice catch 😁