Skip to content

Commit 1689458

Browse files
Resolved PR comments
1 parent 62cc55c commit 1689458

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

firehose-transformation-terraform/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Kinesis Firehose Data Transformation with Lambda (Terraform)
2-
# Transform incoming source data and deliver the transformed data to destinations.
32

43
The purpose of this pattern is to deploy the infrastructure necessary to enable Kinesis Data Firehose data transformation.
54

@@ -9,7 +8,7 @@ The transformed data is sent from Lambda to Kinesis Data Firehose. Kinesis Data
98

109
In this project, the data transformation lambda will modify the value of 'HEALTHCARE' to 'MODERN_HEALTHCARE' for demonstration purposes.
1110

12-
Learn more about this pattern at [Serverless Land Patterns](https://serverlessland.com/patterns/kinesis-firehose-data-transformation-lambda-terraform).
11+
Learn more about this pattern at [Serverless Land Patterns](https://serverlessland.com/patterns/firehose-transformation-terraform).
1312

1413
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
1514

@@ -31,7 +30,7 @@ Important: this application uses various AWS services and there are costs associ
3130
2. Change the working directory to this pattern's directory
3231

3332
```sh
34-
cd serverless-patterns/kinesis-firehose-data-transformation-lambda-terraform
33+
cd serverless-patterns/firehose-transformation-terraform
3534
```
3635

3736
3. From the command line, initialize terraform to to downloads and installs the providers defined in the configuration:
@@ -89,7 +88,7 @@ To test this project, follow the below steps:
8988
9089
1. Change directory to the pattern directory:
9190
```sh
92-
cd serverless-patterns/kinesis-firehose-data-transformation-lambda-terraform
91+
cd serverless-patterns/firehose-transformation-terraform
9392
```
9493
9594
2. Delete all created resources

0 commit comments

Comments
 (0)