Skip to content

An initial project for AWS Lambda to use Apex with npm

License

Notifications You must be signed in to change notification settings

hawakori/apex-npm-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apex with npm Template

Description

This is an initial project for AWS Lambda to use Apex with npm. Some of the features of this project are npm package sysytem, implements Node.js 4.3.2 and ES2015, testing locally with environment variables of Apex.

Requirement

  • Node.js 4.3.2
  • Apex 0.9.0

Usage

Setup

$ git clone https://github.com/tayasu/apex-npm-template.git

Deploy & Invoke

$ cd apex-npm-template
$ apex deploy
$ apex invoke hello

Testing locally & Deploy

$ cd functions/hello
$ npm install
$ npm test
$ npm run apex deploy #run-script for apex commands by npm dir

LICENSE

MIT License

About

An initial project for AWS Lambda to use Apex with npm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%