Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.72 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.72 KB

serverless-url-shortener Build Status Coverage Status License: MIT

a URL shortener API written in Golang built for AWS Lambda and AWS S3

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

TODO

Installing

TODO

Running the tests

Tests are provided by Golangs testing framework and can be run with go test

☁  serverless-url-shortener [master] ⚡
go test
PASS
ok      _~/git/serverless-url-shortener    0.004s
☁  serverless-url-shortener [master] ⚡

Further information can be found on Golang.org

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details