From a534557670225986552c0f2a6e57fec2036bd427 Mon Sep 17 00:00:00 2001 From: lyzahn2 Date: Fri, 3 Aug 2018 15:34:02 -0700 Subject: [PATCH 1/2] "Amazon Kinesis" disambiguation #34 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0b7a53bc2e..a631d87345 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,7 @@ Main features - Develop and test your Lambda functions locally with ``sam local`` and Docker - Invoke functions from known event sources such as Amazon S3, Amazon - DynamoDB, Amazon Kinesis, etc. + DynamoDB, Amazon Streams, etc. - Start local API Gateway from a SAM template, and quickly iterate over your functions with hot-reloading - Validate SAM templates @@ -324,7 +324,7 @@ To make local development and testing of Lambda functions easier, you can generate mock/sample event payloads for the following services: - S3 -- Kinesis +- Kinesis Streams - DynamoDB - Cloudwatch Scheduled Event - API Gateway From f4ee87bcf35fcbfb89b1712e60ce749171182905 Mon Sep 17 00:00:00 2001 From: lyzahn2 Date: Fri, 3 Aug 2018 15:36:02 -0700 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a631d87345..a11406ded4 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,7 @@ Main features - Develop and test your Lambda functions locally with ``sam local`` and Docker - Invoke functions from known event sources such as Amazon S3, Amazon - DynamoDB, Amazon Streams, etc. + DynamoDB, Amazon Kinesis Streams, etc. - Start local API Gateway from a SAM template, and quickly iterate over your functions with hot-reloading - Validate SAM templates