Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moh3a/serverless_go
https://github.com/moh3a/serverless_go
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moh3a/serverless_go
- Owner: moh3a
- Created: 2023-05-20T22:24:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-20T22:55:01.000Z (over 1 year ago)
- Last Synced: 2024-06-19T21:53:15.005Z (7 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless stack in Go
using these technologies:
- API Gateway in Golang
- AWS Lambda
- DynamoDB## Quickstart
- after cloning repo, run the following command
```sh
go mod tidy
```- set the environment variables
- then build main.go```sh
go build -o build/main cmd/main.go
```- zip the build to the build dir
```sh
zip -jrm build/main.zip build/main
```