The brokernode leverages AWS Lambda to offload PoW.
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>
make deploy