|
| 1 | +{ |
| 2 | +"applications": [ |
| 3 | +{ |
| 4 | +"title": "Serverless Container-based APIs with Amazon ECS & API Gateway", |
| 5 | +"description": "Deploy a Full-Stack Serverless Web application, and deploy it with Terraform & CloudFormation on LocalStack", |
| 6 | +"url": "https://.com/localstack/serverless-api-ecs-apigateway-sample", |
| 7 | +"teaser": "https://raw.usercontent.com/localstack/serverless-api-ecs-apigateway-sample/main/images/serverless-container-api.png", |
| 8 | +"services": ["ddb", "agw", "iam", "cgn", "ecs"], |
| 9 | +"deployment": ["terraform", "awscli","cloudformation"], |
| 10 | +"platform": ["javascript"], |
| 11 | +"tags": ["serverless-containers", "security", "identity", "compliance"], |
| 12 | +"pro": true |
| 13 | +}, |
| 14 | +{ |
| 15 | +"title": "Full-Stack application with AWS Lambda, DynamoDB & S3 for shipment validation", |
| 16 | +"description": "Configure a CRUD web application for shipment validation & listing, and deploy it with Terraform on LocalStack", |
| 17 | +"url": "https://.com/localstack/shipment-list-demo", |
| 18 | +"teaser": "https://raw.usercontent.com/localstack/shipment-list-demo/master/app_diagram.png", |
| 19 | +"services": ["s3", "ddb", "lmb", "iam"], |
| 20 | +"deployment": ["terraform"], |
| 21 | +"platform": ["java", "react"], |
| 22 | +"tags": ["spring-boot", "lambda-trigger"], |
| 23 | +"pro": false |
| 24 | +}, |
| 25 | +{ |
| 26 | +"title": "Step-up Authentication using Amazon Cognito", |
| 27 | +"description": "Setup a Step-up Authentication workflow for a higher level of security, deployed using Cloud Development Kit on LocalStack", |
| 28 | +"url": "https://.com/localstack/step-up-auth-sample", |
| 29 | +"teaser": "https://raw.usercontent.com/localstack/step-up-auth-sample/main/images/step-up-architecture.png", |
| 30 | +"services": ["agw", "lmb", "ddb", "cgn"], |
| 31 | +"deployment": ["cdk", "awscli"], |
| 32 | +"platform": ["typescript","javascript"], |
| 33 | +"tags": ["step-up-auth", "rule-based-authentication", "localsurf"], |
| 34 | +"pro": true |
| 35 | +}, |
| 36 | +{ |
| 37 | +"title": "Serverless microservices with Amazon API Gateway, DynamoDB, SQS, and Lambda", |
| 38 | +"description": "Serverless microservices for managing friend state in gaming services asynchronously deployed using Cloud Development Kit on LocalStack", |
| 39 | +"url": "https://.com/localstack/microservices-apigateway-lambda-dynamodb-sqs-sample", |
| 40 | +"teaser": "https://raw.usercontent.com/localstack/microservices-apigateway-lambda-dynamodb-sqs-sample/main/images/microservices-apigateway-lambda-dynamodb-sqs-sample-architecture.png", |
| 41 | +"services": ["lmb", "agw", "ddb", "sqs"], |
| 42 | +"deployment": ["cdk"], |
| 43 | +"platform": ["typescript"], |
| 44 | +"tags": ["serverless", "microservices"], |
| 45 | +"pro": true |
| 46 | +}, |
| 47 | +{ |
| 48 | +"title": "Event-driven architecture with Amazon SNS FIFO, DynamoDB, Lambda, and S3", |
| 49 | +"description": "Event-driven architecture demonstrating a recruiting agency application deployed using Serverless Application Model on LocalStack", |
| 50 | +"url": "https://.com/localstack/event-driven-architecture-with-amazon-sns-fifo", |
| 51 | +"teaser": "https://raw.usercontent.com/localstack/event-driven-architecture-with-amazon-sns-fifo/master/images/architecture.png", |
| 52 | +"services": ["sqs", "lmb", "ddb", "sns", "s3"], |
| 53 | +"deployment": ["samlocal", "sam"], |
| 54 | +"platform": ["python"], |
| 55 | +"tags": ["serverless", "event-driven-architecture"], |
| 56 | +"pro": true |
| 57 | +}, |
| 58 | +{ |
| 59 | +"title": "Note-Taking application using AWS SDK for JavaScript", |
| 60 | +"description": "The Note-Taking app is a serverless web app using API Gateway, Lambda, DynamoDB services. It has a React-based frontend and can be deployed on LocalStack.", |
| 61 | +"url": "https://.com/localstack/aws-sdk-js-notes-app", |
| 62 | +"teaser": "https://raw.usercontent.com/localstack/aws-sdk-js-notes-app/main/aws-sdk-js-notes.png", |
| 63 | +"services": ["agw", "lmb", "ddb"], |
| 64 | +"deployment": ["awslocal", "cdklocal"], |
| 65 | +"platform": ["typescript", "javascript"], |
| 66 | +"tags": ["serverless"], |
| 67 | +"pro": true |
| 68 | +} |
| 69 | +] |
| 70 | +} |
0 commit comments