4

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

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

I'm hoping the answer is here:

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

But compared to what you get, say with Amazon's PHP SDK, it doesn't look like it does much to help, but I may be missing something. I'll report back.

metalaureate
  • 7,572
  • 9
  • 54
  • 93
  • For those like me wasting their time looking for this - Amazon is retiring FPS June 2015 https://payments.amazon.com/help/201626250 - It's now Login and Pay with Amazon - found some js lib here https://github.com/recurly/pay-with-amazon – cyberwombat Jan 09 '15 at 05:57

1 Answers1

3

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

theRemix
  • 2,154
  • 16
  • 16