Giter Site home page Giter Site logo

codexponent / serverless-photo-app Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 92 KB

๐Ÿคณ๐Ÿ‘€ Serverless Photo Application

Home Page: http://project-2.sulabhshrestha.com/

License: MIT License

Python 97.28% HTML 2.72%
serverless queue aws-lambda fifo-queue boto3

serverless-photo-app's Introduction

Serverless Photo App

Serverless Photo Application

Motivation:

Let's say we have to architect a solution where we have to design a serverless image application where we have to send an image through an image web app and our serverless architecture. We will utilize AWS to send our data from our image web application which is hosted on the EC2 instance and then it puts the data in the queue which will trigger the Lambda function. Lambda function is designed to take the image and save it to S3, and send a message to the email mentioning if the image has been successfully uploaded or not.

Architecture:

architecture

Prerequisites:

  1. AWS Lambda
  2. AWS S3
  3. AWS SES
  4. AWS SQS
  5. AWS Route53
  6. AWS EC2
  7. AWS IAM

Replication Steps

  1. Configure your server to run aws cli
  2. Create a config.ini file in this format
[SQS]
connection_string=<your-connection-string>
  1. Commands to confiure the application
git clone [email protected]:codexponent/serverless-photo-app.git
pip install -r requirements.txt
python main.py

serverless-photo-app's People

Contributors

codexponent avatar

Stargazers

 avatar

Watchers

 avatar  avatar

serverless-photo-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.