Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 630 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 630 Bytes

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