Skip to content
View harshpatel-0's full-sized avatar

Block or report harshpatel-0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. s3 s3 Public

    Built a python script that backs up all files in a given folder/directory to an AWS S3 bucket

    Python

  2. s3-events-to-lambda-dynamodb s3-events-to-lambda-dynamodb Public

    Automated AWS Lambda function for populating a DynamoDB table with data from new S3 uploads

    Python

  3. api-gateway api-gateway Public

    Uses AWS API Gateway that allows users to perform certain file storage operations

    Python

  4. containers containers Public

    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 …

    HTML

  5. cloudfront cloudfront Public

    Serve a website stored in a private AWS S3 bucket through CloudFront and test its caching behavior with a Python script.

    HTML

  6. messaging-SNS-SQS-fanout-pattern messaging-SNS-SQS-fanout-pattern Public

    Implements a Fan-Out pattern using AWS. Utilizes an SNS Topic with two SQS subscribers, each triggering a dedicated Lambda function. The first Lambda function generates thumbnails for uploaded imag…

    Python