A boilerplate for TypeScript, Apex and AWS Lambda
First, make sure that Apex is installed.
$ curl https://raw.githubusercontent.com/apex/apex/master/install.sh | sh
Then, clone this repo.
$ git clone https://github.com/HyunSeob/apex-typescript-boilerplate.git
And then, install NPM dependencies.
$ npm install # or, you can also install via yarn.
To use the Apex, you have to set some variables like IAM role or function name. Check following list for setting.
- project.dev.json
- project.prod.json
- functions/hello/function.dev.json
- functions/hello/function.prod.json
MIT Licensed. Inspired by Apex example for babel-webpack2