SDK port for Amazon FPS port for node.js

There seems to be no node.js SDK libraries for Amazon FPS (Flexible Payment Services).

Does anyone know anything? It's brutally tedious to create from scratch.

I hope the answer is here:

https://github.com/awssum/awssum-amazon-fps/

But compared to what you get, say the Amazon PHP SDK , it doesn't seem to help, but I might be missing something. I will report.

+4
source share
1 answer

I created a small library for node to help with signing aws requests. hope you find this useful https://github.com/theRemix/aws_signature_utils_js

+3
source

Source: https://habr.com/ru/post/1488917/


All Articles