serverless-js-transpiler

0.1.1 • Public • Published

[WIP] Serverless JS Transpiler

npm version

Serverless plugin for transpiling JavaScript to ES2015/16/17. This plugin is currently WIP.

serverless package

Will transpile and package the application. You will notice a build directory is create in your projects root. Point your handler function locations, in the serverless.yml file, to this build directory.

serverless deploy

Will transpile, package and deploy. In your serverless.yml file point the handler location to the build/ directory that will be generated in your project.

serverless transpile invoke --function function-name --path path/to/json/input

Will transpile and run the function. --path is not required.

Readme

Keywords

none

Package Sidebar

Install

npm i serverless-js-transpiler

Weekly Downloads

3

Version

0.1.1

License

ISC

Last publish

Collaborators

  • kylepalko