Skip to content

Commit

Permalink
add dms with kinesis & s3 sample to dev hub (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored Jul 25, 2024
1 parent 938e216 commit 0d54f72
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/developerhub/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,19 @@
"complexity": ["intermediate"],
"pro": true,
"cloudpods": false
},
{
"title": "Deploying a Database Migration Pipeline with DMS, Kinesis, and S3",
"description": "Sample application demonstrating how to use Database Migration Service (DMS) to use S3 as a source and Kinesis as a target to create full-load and CDC tasks using the CDK in Python.",
"url": "https://github.com/localstack-samples/sample-dms-s3-kinesis",
"teaser": "https://raw.githubusercontent.com/localstack-samples/sample-dms-s3-kinesis/main/dms-s3-kinesis.jpg",
"services": ["dms", "kns", "s3"],
"deployment": ["cdk"],
"platform": ["python"],
"tags": ["databases", "migration"],
"complexity": ["intermediate"],
"pro": true,
"cloudpods": false
}
]
}

0 comments on commit 0d54f72

Please sign in to comment.