0.0.5 • Published 10 years ago

awsm-examples v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago