Chris Wood
Chris Wood
Following @rafael-lua's comment 🙌🏻 I also managed to upload sourcemaps and remove them from the zip by specifying them in the `sourcemaps.filesToDeleteAfterUpload` option, e.g. ```js const { sentryEsbuildPlugin } =...
In case someone else comes across this in the future. To fix the above `Unresolved resource dependencies` error, you can add a CloudFormation parameter to the serverless stack named `ApiGatewayRestApi`...
I did a bit of debugging on this and it seems like it might be related to this [PR in esbuild](https://github.com/floydspace/serverless-esbuild/pull/491). When serverless-localstack [overwrites the esbuild hooks](https://github.com/localstack/serverless-localstack/blob/94360032b53bbeb8b4cfe3c2c5a628748410c681/src/index.js#L351) it removes the...