FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

functionly-examples/greeter at development · jaystack/functionly-examples · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

greeter

install and build

npm install
npm run build

run in local

npm start

or

npm run build
functionly local

then test it

curl 'http://localhost:3000/hello?name=world'

deploy to aws

create and setup your AWS IAM role (Lambda execution) \

functionly deploy aws ./lib/index.js --aws-region eu-central-1

or if you configured a functionly.json in your project root

functionly deploy

Back | FazBrowse Home | New Git URL