Skip to content

remicastaing/awsm-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elementary examples for an awsm module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published