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
- Host: GitHub
- URL: https://github.com/code-vedas/cv-url-shortener
- Owner: Code-Vedas
- Created: 2019-07-05T10:20:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T05:25:35.000Z (over 1 year ago)
- Last Synced: 2025-02-14T22:32:22.555Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.