Files
payments-rest-api/README.md
Aljaz Ceru e07731b8c4 first commit
Signed-off-by: Aljaz Ceru <aljaz@ceru.si>
2025-02-16 06:13:22 -06:00

395 B

Nodeless payments

Proof of concept implementation for deploying nodeless sdk as lambda function to AWS. This gives us a REST api which close to zero cost.

Seed phrase and breez api key are stored encrypted in AWS Parameter store and decrypted when lamba accessed (a rest call is made).

Currently implemented endpoints

  • /send_payment (bolt11)
  • /receive_payment (bolt11)
  • /list_payments