From 7e7903f917067fcd3299b37f930e120a82c9fe84 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Tue, 17 Oct 2023 21:08:51 +0530 Subject: [PATCH] add new developer hub samples (#868) --- data/developerhub/applications.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/developerhub/applications.json b/data/developerhub/applications.json index a332e86e3e..0424c7682f 100644 --- a/data/developerhub/applications.json +++ b/data/developerhub/applications.json @@ -246,6 +246,32 @@ "complexity": ["intermediate"], "pro": false, "cloudpods": false + }, + { + "title": "Serverless Shopping Cart with API Gateway, Lambda, Cognito, SQS, DynamoDB, and Amplify SDK", + "description": "Sample application demonstrating a Serverless Shopping Cart microservice with an integrated frontend, deployed using Serverless Application Model on LocalStack", + "url": "https://github.com/localstack-samples/sample-serverless-shopping-cart-apigateway-lambda-cognito", + "teaser": "https://raw.githubusercontent.com/localstack-samples/sample-serverless-shopping-cart-apigateway-lambda-cognito/master/images/architecture-diagram.png", + "services": ["ddb", "agw", "lmb", "cgn", "sqs"], + "deployment": ["sam"], + "platform": ["javascript"], + "tags": ["serverless", "microservices"], + "complexity": ["intermediate"], + "pro": true, + "cloudpods": false + }, + { + "title": "Event-driven architecture with SQS, Lambda, and DynamoDB", + "description": "Event-driven architecture demonstrates an inventory management system that streamlines inventory operations, deployed using Cloud Development Kit on LocalStack", + "url": "https://github.com/localstack-samples/sample-sqs-lambda-dynamodb", + "teaser": "https://raw.githubusercontent.com/localstack-samples/sample-sqs-lambda-dynamodb/main/images/architecture-diagram.png", + "services": ["ddb", "lmb", "sqs"], + "deployment": ["cdk"], + "platform": ["typescript","javascript"], + "tags": ["serverless", "event-driven-architecture"], + "complexity": ["intermediate"], + "pro": false, + "cloudpods": false } ] }