Skip to content

rishabkumar7/aws-qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless QR Code Generator

Hits

Serverless QR Code Generator built with AWS Lambda and S3.

Web App

Front-end is built using NextJS. Nothing fancy, it's a web app that uses the AWS Lambda Function to generate the QR Code for requested URL.

API

  • Send a POST Request to the Lambda Function URL - https://api-url2qr.rishab.cloud
  • Include the url you want QR Code for in the JSON body of your request: {"url": "https://example.com"}
curl -X POST \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}' \
  https://api-url2qr.rishab.cloud

Architecture

Architecture as of now:

  • AWS Lambda
  • AWS S3

AWS QR Code architecture

Demo

AWS QR Code Generator Demo

License

MIT

Author

About

Serverless QR Code Generator

Topics

Resources

License

Stars

Watchers

Forks

Languages