omerxx / gosus

A Golang serverless URL shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless URL Shortener

1. Get a url

2. Genrate a random key

3. Genrate an S3 object from template, with a redirect header rule to the given url, with a rotation rule of 7 days

4. Return the random key pointing to the object

About

A Golang serverless URL shortener


Languages

Language:Go 62.2%Language:HTML 37.8%