NikStoyanov / urlshortapi

URL Shortener backend running on AWS Lambda.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener backend in AWS Lambda

Build Status codecov

This package implements a bijective function which performs a one-to-one correspondence to define a URL shortener.

a('abcd') = 1234

Which produces:

b(1234) = 'abcd'

About

URL Shortener backend running on AWS Lambda.

License:MIT License


Languages

Language:Python 94.1%Language:Makefile 3.2%Language:Shell 2.7%