0.1.1 • Published 8 years ago
serverless-js-transpiler v0.1.1
WIP Serverless JS Transpiler
Serverless plugin for transpiling JavaScript to ES2015/16/17. This plugin is currently WIP.
serverless packageWill 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 deployWill 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/inputWill transpile and run the function. --path is not required.