0.0.5 • Published 8 years ago

awsm-examples v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Awsm Example

AWSM Example is an example awsm module around some very elementary bricks.

What does this project demonstatrate?

  • testget1 shows an elementary GET lambda endpoint
  • testget2 shows an elementary GET lambda endpoint with two variables as query string parameters
  • testget3 shows an elementary GET lambda endpoint with a variable as part of the URL
  • testpost shows an elementary POST lambda endpoint

Usage

Create a jaws project:

jaws project create

Change to your new JAWS project root directory and run:

npm install --save awsm-examples
npm install
jaws postinstall awsm-examples npm
jaws deploy resources
jaws dash

Environment Variables

There is no need for environment variables.

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago