Skip to content

The AWS Lambda instance for signing transaction for a specific contract with a given wallet.

License

Notifications You must be signed in to change notification settings

Vote-On-Ethereum/Signer-Aws-Lambda

Repository files navigation

Signer-Aws-Lambda

The AWS Lambda instance for signing transaction for a specific contract with a given wallet.

Dependencies

  • Serverless as a development and deployment framework for AWS Lambda

Install

npm install -g serverless
npm install

AWS Credentials

Please follow this guide to setup the AWS Credential

You can then update profile: nicolas in serverless.yml to match yours.

Setup config.json

Copy config.model.json to config.json and update it to match your config.

Test

serverless invoke local --function sign --path test-data.json

Deploy

  • All
serverless deploy
  • Update the function sign when already deployed
serverless deploy function -f sign

About

The AWS Lambda instance for signing transaction for a specific contract with a given wallet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published