https://github.com/gussf/serverless-microservice
Go service using AWS's API Gateway, Lambda
https://github.com/gussf/serverless-microservice
api-gateway aws lambda serverless
Last synced: 9 months ago
JSON representation
Go service using AWS's API Gateway, Lambda
- Host: GitHub
- URL: https://github.com/gussf/serverless-microservice
- Owner: gussf
- Created: 2021-09-09T00:29:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T02:31:51.000Z (over 4 years ago)
- Last Synced: 2025-03-11T02:44:43.955Z (about 1 year ago)
- Topics: api-gateway, aws, lambda, serverless
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-microservice
Go service using AWS's API Gateway, Lambda
``` bash
# Test using AWS SAM
# Requirements: Docker, aws-sam-cli
make sam-run
# Access localhost:3000/cars/available afterwards
```
# To Do
* Access DynamoDB
* Unit test lambdas package
* Create a CarRequest and CarResponse, in order to abstract other models from http io layer