From 0d54f72f196a27f46958c87a4f9db8b4f9c4207d Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Thu, 25 Jul 2024 15:10:48 +0530 Subject: [PATCH] add dms with kinesis & s3 sample to dev hub (#1403) --- data/developerhub/applications.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/developerhub/applications.json b/data/developerhub/applications.json index 6e4371e4aa..44ae57c5bb 100644 --- a/data/developerhub/applications.json +++ b/data/developerhub/applications.json @@ -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 } ] }