The AWS Lambda instance for signing transaction for a specific contract with a given wallet.
- Serverless as a development and deployment framework for AWS Lambda
npm install -g serverless
npm install
Please follow this guide to setup the AWS Credential
You can then update profile: nicolas
in serverless.yml
to match yours.
Copy config.model.json
to config.json
and update it to match your config.
serverless invoke local --function sign --path test-data.json
- All
serverless deploy
- Update the function sign when already deployed
serverless deploy function -f sign