Tim Kingman

Results 1 comments of Tim Kingman

I think I had some trouble with this too. My `serverless.yml` contains: ``` custom: esbuild: format: esm outputFileExtension: .mjs exclude: - "@aws-sdk/*" ``` And I end up with a `.mjs`...