https://github.com/dimiro1/go-lambda
Golang Hello World Lambda With API Gateway and Serverless
https://github.com/dimiro1/go-lambda
api-gateway aws-lambda go golang lambda serverless serverless-architectures serverless-framework
Last synced: 3 months ago
JSON representation
Golang Hello World Lambda With API Gateway and Serverless
- Host: GitHub
- URL: https://github.com/dimiro1/go-lambda
- Owner: dimiro1
- License: mit
- Created: 2018-01-16T08:08:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T08:57:56.000Z (about 8 years ago)
- Last Synced: 2024-06-20T15:47:50.903Z (almost 2 years ago)
- Topics: api-gateway, aws-lambda, go, golang, lambda, serverless, serverless-architectures, serverless-framework
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GO AWS Lambda Hello World example
Install serverless framework (For easier deployment) https://serverless.com/ and then execute:
```sh
$ make deploy
```