Skip to content

Commit

Permalink
Merge pull request #2465 from rpalod/rpalod-fix-sqs-redshift-pattern
Browse files Browse the repository at this point in the history
change to template file path
  • Loading branch information
julianwood authored Oct 7, 2024
2 parents 0087452 + 45ee555 commit 20a85ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eventbridge-pipes-sqs-to-redshift-cdk-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This pattern demonstrates how to send messages from Amazon SQS queue to Amazon Redshift cluster using Amazon EventBridge Pipes and utilizing Amazon Redshift data API queries as target.

Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/eventbridge-pipes-sqs-to-redshift-cdk-python
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/eventbridge-pipes-sqs-to-redshift-cdk-python

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-pipes-sqs-to-redshift-cdk-python",
"templateURL": "serverless-patterns/eventbridge-pipes-sqs-to-redshift-cdk-python",
"projectFolder": "eventbridge-pipes-sqs-to-redshift-cdk-python",
"templateFile": "amazon_sqs_integration_with_redshift.py"
"templateFile": "amazon_sqs_integration_with_redshift/amazon_sqs_integration_with_redshift.py"
}
},
"resources": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"authors": [
{
"name": "Rajat Palod",
"image": "https://i.postimg.cc/RFNfR83F/Rajat.jpg",
"image": "https://avatars.githubusercontent.com/u/114874315",
"bio": " Rajat is a Technical Account Manager at AWS and Serverless enthusiast.",
"linkedin": "rajatpalod"
}
Expand Down

0 comments on commit 20a85ff

Please sign in to comment.