Skip to content

Commit

Permalink
add new developer hub samples (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored Oct 17, 2023
1 parent 67e450e commit 7e7903f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/developerhub/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit 7e7903f

Please sign in to comment.