An open API service indexing awesome lists of open source software.

https://github.com/code-vedas/cv-url-shortener

URL Shortener based on AWS Serverless and S3
https://github.com/code-vedas/cv-url-shortener

Last synced: 11 months ago
JSON representation

URL Shortener based on AWS Serverless and S3

Awesome Lists containing this project

README

          

# Setup

- Rename serverless.yml.example serverless.yml
- Fill Variables in serverless.yml

# Deploy

- sls deploy with the profile name in the serverless.yml
- In AWS API Gateway, setup custom domain to point to deployment. Make sure to you path as /

# Usage

- POST Api with apikey for creating shorturl
- GET API when hit it will redirect to original url.