Skip to content

Commit

Permalink
Merge pull request #55 from cnees/patch-1
Browse files Browse the repository at this point in the history
Add basic usage instructions
  • Loading branch information
IanMeyers authored Aug 18, 2017
2 parents c665cb5 + 54665d2 commit 938a38c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Amazon Kinesis Firehose simplifies delivery of streaming data to Amazon S3 and A

In order to effectively use this function, you should already have configured an Amazon Kinesis Stream or an Amazon DynamoDB Table with Update Streams, as well as an Amazon Kinesis Firehose Delivery Stream of the correct name. For Amazon Kinesis Streams, please ensure that producer applications can write to the Stream, and that the Amazon Kinesis Firehose Delivery Stream is able to deliver data to Amazon S3 or Amazon Redshift. This function makes no changes to Stream or Firehose configurations. You must also have the AWS Command Line Interface (https://aws.amazon.com/cli) installed to take advantage of the Stream Tagging utility supplied.

# Usage

1. Clone the repository
2. Run build.sh
3. Upload a zip file from the dist directory to your lambda

# Configuration

This Lambda functions can map stream sources to Kinesis Firehose Delivery Streams in a few different ways (listed in order of preference):
Expand Down

0 comments on commit 938a38c

Please sign in to comment.