amazon
Here are 263 public repositories matching this topic...
Shep function docs
I found it useful to parse the api.json and pull out the route -> method -> function name and dump it in the readme.md of a project. This doesn't have to be baked into shep, but I figured I'd open a discussion about it.
I also evaluated a few swagger api markdown generators and they are not ideal. I've done similar setups with jsdoc2md where you end up with
-
Updated
Feb 21, 2017 - JavaScript
-
Updated
Sep 10, 2017 - JavaScript
-
Updated
Dec 26, 2019 - JavaScript
-
Updated
Mar 28, 2020 - JavaScript
-
Updated
Mar 30, 2020 - JavaScript
-
Updated
Aug 15, 2017 - JavaScript
Hey,
I was about to try your library which looks very promising. Could you add some kind of information on how to setup the DynamoDB and what would be the primaryKey for it?
I cannot initialize the kinesis consumer
const Kinesis = require('lifion-kinesis');
const streamName = 'testStream';
const logger = require('tracer).console({level:'debug'});
const kinesisConsumer -
Updated
May 23, 2019 - JavaScript
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Dec 29, 2019 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
The AWS v4 signing process makes it difficult to test that these specs actually work against the real AWS API, but moto has an option to disable authentication, and has a "standalone server" mode where it looks like the AWS API (which is why it's the basis of [localstack](https://github.com/
-
Updated
Jan 26, 2019 - JavaScript
Improve this page
Add a description, image, and links to the amazon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the amazon topic, visit your repo's landing page and select "manage topics."
@voltrue2 I think we should add some documentation for the
validatemethod. I'm also happy to submit a PR for this. I'm receiving the following errors sometimes and it is unclear without investigating the code whether this means the request failed or if the receipt is invalid. In my particular case, both of these failures were for valid receipts.