Skip to content

Commit

Permalink
Update projects with FastAPI Lambda and ECS solution
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Jul 9, 2023
1 parent 0f866a7 commit 09b2072
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/pages/experience/cool-projects-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,29 @@
"url": "https://github.com/san99tiago/docker-pirate"
},
{
"title": "Terraform Playground",
"description": "Fun infrastructure solutions and PoCs to explore Terraform concepts and deployments in AWS.",
"technologies": "AWS, Terraform, IaC, DevOps.",
"url": "https://github.com/san99tiago/terraform-playground"
"title": "AWS ECS Custom Built API",
"description": "Container-based AWS solution on top of FastAPI. DNS managed with Route 53 for a multi-account setup.",
"technologies": "AWS, ECS, ECR, Route53, ACM, FastAPI, Docker, CDK, DevOps.",
"url": "https://github.com/san99tiago/aws-cdk-ecs-api"
},
{
"title": "AWS Transactional Messages App",
"description": "Serverless AWS architecture to simulate the processing of transactional 'messages' with Observability in place.",
"technologies": "AWS, API Gateway, SQS, SQS-DLQ, Lambda, LambdaPowerTools, X-Ray, SNS, CDK, DevOps.",
"url": "https://github.com/san99tiago/aws-cdk-transactional-messages"
},
{
"title": "Terraform Playground",
"description": "Fun infrastructure solutions and PoCs to explore Terraform concepts and deployments in AWS.",
"technologies": "AWS, Terraform, IaC, DevOps.",
"url": "https://github.com/san99tiago/terraform-playground"
},
{
"title": "AWS Lambda-Based FastAPI Deployment",
"description": "CDK template project with best FastAPI/Mangum practices for a FastAPI solution on top of Lambda Functions in AWS.",
"technologies": "AWS, Lambda, FastAPI, CDK, DevOps.",
"url": "https://github.com/san99tiago/aws-cdk-fastapi-lambda"
},
{
"title": "AWS Medical Providers Automation",
"description": "Automation that weekly downloads and updates medical records for different datasets.",
Expand Down

0 comments on commit 09b2072

Please sign in to comment.