https://github.com/function61/shorturl
URL shortener microservice
https://github.com/function61/shorturl
Last synced: 7 months ago
JSON representation
URL shortener microservice
- Host: GitHub
- URL: https://github.com/function61/shorturl
- Owner: function61
- License: apache-2.0
- Created: 2021-02-22T07:52:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T19:32:19.000Z (over 1 year ago)
- Last Synced: 2025-05-17T03:14:54.120Z (8 months ago)
- Language: Go
- Homepage: https://function61.com/
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

An URL shortener microservice designed to be run on AWS Lambda.
Example link: https://function61.com/go/turbobob-latest-linux-amd64
In progress, currently we're using hardcoded link database. Next version will be hooked up to
[Event Horizon](https://github.com/function61/eventhorizon).