8000 GitHub - thethatneverwas/lambdatest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thethatneverwas/lambdatest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a very simple npm handler running on AWS Lambda.

  1. Prerequisite: you need to configure your AWS CLI with your developer keys. You also need to create and configure a Lambda role.
export AWS_ACCESS_KEY_ID=[access key]
export AWS_SECRET_ACCESS_KEY=[secret access key]
export AWS_DEFAULT_REGION=us-west-2
export LAMBDA_ROLE_ARN=[lambda role arn]
  1. To build the function and create a new Lambda with it, use make create.

  2. To rebuild and update it, use make update.

  3. To invoke the lambda and output the results, use make run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0