Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlesierse/awsdemo-gourl
https://github.com/vlesierse/awsdemo-gourl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlesierse/awsdemo-gourl
- Owner: vlesierse
- Created: 2022-09-11T08:03:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T08:04:51.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:52:33.613Z (7 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoURL
GoURL is a URL shortner written in Go to demonstrate the building and deploying of Go applications in AWS using AWS Lambda and AWS CDK## Prerequisites
- Go 1.16+
- AWS CDK v2## Deployment
```sh
git clone https://github.com/vlesierse/awsdemo-gourl
cdk deploy
```## Usage
```sh
curl -H "Content-Type: application/json" --data '{"url":"https://aws.amazon.com"}' $SERVICE_URL
```