opensearch-project / reporting-cli

Apache License 2.0
4 stars 13 forks source link

Add lambda support #14

Closed rupal-bq closed 1 year ago

rupal-bq commented 1 year ago

Description

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

joshuali925 commented 1 year ago

also a note we might be able to use babel or babel+webpack to keep ES6 modules in src, babel will build CommonJS for lambda runtime. maybe a todo item in the future to improve code