Skip to content

iSubhamMani/shorty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Shorty

Shorty is a simple URL shortener service built using AWS Lambda, API Gateway, DynamoDB, and the Serverless Framework.

Features

  • Shorten long URLs to compact, shareable links
  • Redirect users to the original URL
  • Serverless architecture for scalability and low cost

Tech Stack

  • AWS Lambda: Handles URL creation and redirection logic
  • API Gateway: Exposes RESTful endpoints
  • DynamoDB: Stores URL mappings
  • Serverless Framework: Simplifies deployment and infrastructure management
  • Next.Js: For the client app

Getting Started

  1. Clone the repository
  2. Navigate to backend folder: cd backend
  3. Install dependencies: npm install
  4. Deploy with Serverless: serverless deploy

Usage

  • POST /shorten – Create a short URL
  • GET /{shortCode} – Redirect to the original URL

About

The no-nonsense URL shortener. Shorty is a simple, fast and reliable URL shortener that lets you create short links without any hassle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors