Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mortonprod/goserver
https://github.com/mortonprod/goserver
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mortonprod/goserver
- Owner: mortonprod
- Created: 2018-11-12T22:20:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T02:42:49.000Z (about 6 years ago)
- Last Synced: 2024-11-08T05:26:18.331Z (about 2 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repository will deploy a go app to google cloud. It should work for any simple go app.
## Custom
The app included is an introduction to me. Forever a self promoter.
Remember to change accounts:
```
export AWS_PROFILE=personal
```# To build go app
```
go build -o ./dist/main ./src/main.go
```# Notes
Google does not support go serverless.
Terraform far too complicated a setup
Serverless setup failed.
Must be in eu-east-1 for ACM to work so how do I move between regions. Had an old example I think...
Need to create domain and SSL certificate.
Need to create s3 bucket to store state.# To do
export GOPATH=$HOME
export GOBIN=$GOPATH/bin# Reference
https://github.com/snsinfu/terraform-lambda-example