An open API service indexing awesome lists of open source software.

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

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