https://github.com/rishabkumar7/aws-qr-code
Serverless QR Code Generator
https://github.com/rishabkumar7/aws-qr-code
aws lambda qrcode qrcode-generator serverless
Last synced: 10 months ago
JSON representation
Serverless QR Code Generator
- Host: GitHub
- URL: https://github.com/rishabkumar7/aws-qr-code
- Owner: rishabkumar7
- License: mit
- Created: 2023-09-11T01:24:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T19:16:15.000Z (about 2 years ago)
- Last Synced: 2025-04-07T03:34:43.350Z (11 months ago)
- Topics: aws, lambda, qrcode, qrcode-generator, serverless
- Language: Python
- Homepage: https://url2qr.rishab.cloud
- Size: 6.96 MB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serverless QR Code Generator
[](https://hits.seeyoufarm.com)
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](https://api-url2qr.rishab.cloud)
- Include the url you want QR Code for in the JSON body of your request: `{"url": "https://example.com"}`
```bash
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

## Demo

## License
[MIT](./LICENSE)
## Author
- Twitter - [Rishab Kumar](https://twitter.com/rishabk7)
- LinkedIn - [Rishab Kumar](https://linkedin.com/in/rishabkumar7)