Skip to content

daoka/nem-library_on_lambda

Repository files navigation

NEMLibrary on lambda

This is the sample, using NEMLibrary on AWS lambda.

Requirement

How to run it

  • Setting AWS credentials
  • Setting following environment variable on functions/SendXem/function.json
"environment": {
    "PRIVATE_KEY": "YOUR_PRIVATE_KEY",
    "TO_ADDRESS": "DESTINATION_ADDRESS"
}
  • Deploy with follwing command
% apex deploy
  • Run with following command
% echo -n '{}' | apex invoke SendXem

About

Sample for Using NEMLibrary on AWS lambda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published