Skip to content

Latest commit

History

History
7 lines (4 loc) 路 375 Bytes

File metadata and controls

7 lines (4 loc) 路 375 Bytes

This example shows how to use the aws-lambda-nodejs-esbuild construct with default options.

If you do not provide a handler option it assumes that you define a lambda handler as index.js file in root folder.

By default it bundles all dependencies in a single file and transpiles to the ES2017 target.