Skip to content

refunc/lambda-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lambda-examples

Create your refunc lambda func with refunc-cli.

export AWS_DEFAULT_ENDPOINT=http://aws-api-gw-endpoint
export AWS_ACCESS_KEY_ID=<your-key-id>
export AWS_SECRET_ACCESS_KEY=<your-access-key>

Create func

mkdir demo-func && cd demo-func
rfctl init
rfctl create

Test func

python test.py

Update Code

rfctl update-code

Invoke func with http

rfctl create-url
curl http://refunc-http-endpoint/<namespace>/demo-func

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published