I am using AWS Lambdas with Typescript built by ESBuild
ESBuild aggregates all the necessary code in a single index.js build file which makes the cold boot pretty fast and makes sure no unecessary code is sent. It can also generate sourcemaps.
Do you know how I can make Cloudwatch be aware of sourcemaps in order to get stacktraces related to my actual source code and not the build ?