Pinned Repositories
api-gateway
Uses AWS API Gateway that allows users to perform certain file storage operations
cloudfront
Serve a website stored in a private AWS S3 bucket through CloudFront and test its caching behavior with a Python script.
containers
Built a docker image that contains a simple web application, which is stored in a container registry (AWS Elastic Container Registry - ECR) and deployed using a container orchestration engine (AWS Elastic Container Service - ECS)
ec2
Built a REST API using Python Flask and deploy it to AWS EC2
messaging-sns-sqs-fanout-pattern
Implements a Fan-Out pattern using SNS Topic with two SQS subscribers, each triggering a dedicated Lambda function. The first Lambda function generates thumbnails for uploaded images (PNG, JPG, JPEG) and saves them to an S3 bucket. The second Lambda function records the metadata of image files in a DynamoDB table.
s3
Built a python script that backs up all files in a given folder/directory to an AWS S3 bucket
s3-events-to-lambda-dynamodb
Automated AWS Lambda function for populating a DynamoDB table with data from new S3 uploads
step-functions
Built a banking transaction processing system using AWS Step Functions to orchestrate deposits and withdrawals. The service handles HTTP POST requests for transactions and updates a DynamoDB table that tracks the current balance of all accounts
harshpatel-0's Repositories
harshpatel-0/api-gateway
Uses AWS API Gateway that allows users to perform certain file storage operations
harshpatel-0/cloudfront
Serve a website stored in a private AWS S3 bucket through CloudFront and test its caching behavior with a Python script.
harshpatel-0/containers
Built a docker image that contains a simple web application, which is stored in a container registry (AWS Elastic Container Registry - ECR) and deployed using a container orchestration engine (AWS Elastic Container Service - ECS)
harshpatel-0/ec2
Built a REST API using Python Flask and deploy it to AWS EC2
harshpatel-0/messaging-sns-sqs-fanout-pattern
Implements a Fan-Out pattern using SNS Topic with two SQS subscribers, each triggering a dedicated Lambda function. The first Lambda function generates thumbnails for uploaded images (PNG, JPG, JPEG) and saves them to an S3 bucket. The second Lambda function records the metadata of image files in a DynamoDB table.
harshpatel-0/s3
Built a python script that backs up all files in a given folder/directory to an AWS S3 bucket
harshpatel-0/s3-events-to-lambda-dynamodb
Automated AWS Lambda function for populating a DynamoDB table with data from new S3 uploads
harshpatel-0/step-functions
Built a banking transaction processing system using AWS Step Functions to orchestrate deposits and withdrawals. The service handles HTTP POST requests for transactions and updates a DynamoDB table that tracks the current balance of all accounts