a URL shortener API written in Golang built for AWS Lambda and AWS S3
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
TODO
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
- AWS S3 - The simple storage service
- AWS Lambda - Run code without thinking about the servers.
- AWS API Gateway - Proxy RESTful requests directly to the Lambda function.
- eawsy/aws-lambda-go-shim - Enables me to write my code in Go!
This project is licensed under the MIT License - see the LICENSE.md file for details