functionly-examples/greeter at master · jaystack/functionly-examples · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

greeter

install

npm install

run in local

run the project with functionly CLI

functionly start

then test it

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

deploy to aws

create and setup your AWS IAM role (Lambda execution)

functionly deploy