Skip to content

Transpile JS code to ES2015/16/17 as part of the Serverless pipeline

Notifications You must be signed in to change notification settings

KylePalko/serverless-js-transpiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Transpile JS code to ES2015/16/17 as part of the Serverless pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published