localstack / serverless-localstack

⚡ Serverless plugin for running against LocalStack
511 stars 82 forks source link

Feature/194 support for serverless esbuild #195

Closed robblovell closed 1 year ago

robblovell commented 1 year ago

Added support for serverless-esbuild.

Fixes: #194

TODO

In theory, code mounting should also work with esbuild and typescript, but has not been tested.

  1. Test esbuild integration
  2. Test code mounting with esbuild
  3. Test code mounting with typescript

Note that in all cases, the output directory probably must be the default that esbuild, typescript or webpack use.

whummer commented 1 year ago

Apologies for the delay on this one. LGTM - thanks for adding this @robblovell ! 👍 We'll release a new version with these changes shortly.