You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firehose-transformation-terraform/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
# Kinesis Firehose Data Transformation with Lambda (Terraform)
2
-
# Transform incoming source data and deliver the transformed data to destinations.
3
2
4
3
The purpose of this pattern is to deploy the infrastructure necessary to enable Kinesis Data Firehose data transformation.
5
4
@@ -9,7 +8,7 @@ The transformed data is sent from Lambda to Kinesis Data Firehose. Kinesis Data
9
8
10
9
In this project, the data transformation lambda will modify the value of 'HEALTHCARE' to 'MODERN_HEALTHCARE' for demonstration purposes.
11
10
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).
13
12
14
13
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.
15
14
@@ -31,7 +30,7 @@ Important: this application uses various AWS services and there are costs associ
31
30
2. Change the working directory to this pattern's directory
32
31
33
32
```sh
34
-
cd serverless-patterns/kinesis-firehose-data-transformation-lambda-terraform
33
+
cd serverless-patterns/firehose-transformation-terraform
35
34
```
36
35
37
36
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:
89
88
90
89
1. Change directory to the pattern directory:
91
90
```sh
92
-
cd serverless-patterns/kinesis-firehose-data-transformation-lambda-terraform
91
+
cd serverless-patterns/firehose-transformation-terraform
0 commit comments