Closed ekkis closed 2 years ago
ah... I see... it needs real credentials. when I put in my own it works fine. so I don't know how a proper test can be conducted unless we use someone's credentials
Yes, I'm pretty sure that at the time I built and performed tests/certification.js
, we had an Amazon account.
We were actually on the phone with some AWS employees to demonstrate this software was working. We had an AWS account to demonstrate that with. It was called a sandbox account. We were asked to perform the requests and we did them. On their end they could see it worked. Then we got certified.
But this was 2017. I don't know how the certification procedure is now.
makes sense. there probably is no good way to provide an account for the tests to run so at the very least a notice to the user that he must provide his own account info would be good
I'm trying to get the tests to work. the call to
createGiftCard
intests/certification.js
blows up with the following error:so the error is "The security token included in the request is invalid." and when I look at the signed request, it looks like this:
not knowing the Amazon system, I have no clue why this is breaking. help?