aws-qr-code icon indicating copy to clipboard operation
aws-qr-code copied to clipboard

Serverless QR Code Generator

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