Skip to content

mubarakmaibe/aws-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

Serverless URL Shortener

A simple, serverless URL shortener built using AWS Lambda, API Gateway, and DynamoDB.

πŸ“Œ Features

  • Accepts long URLs via POST request
  • Generates a unique short code
  • Stores mapping in DynamoDB
  • Returns short URL as JSON

πŸ› οΈ Tech Stack

  • AWS Lambda (Python)
  • API Gateway
  • DynamoDB (NoSQL)

πŸš€ How It Works

  1. Send a POST request to the API Gateway URL with a JSON body:
    {
      "long_url": "https://example.com"
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages