Skip to content

oysterprotocol/lambda-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Node

The brokernode leverages AWS Lambda to offload PoW.

Setup

The lambda node uses the serverless framework.

To install the command line tools, run:

npm install -g serverless

You will need to setup AWS credentials in order to deploy or run functions:

NOTE: Change the key and secret key to the values stored in the oyster 1 Password under serverless-login

serverless config credentials --provider aws --key <AWS_KEY> --secret <AWS_SECRET_KEY>

Deploy

make deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •