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

https://github.com/omeiirr/dummy-data-api

Get dummy data for development and testing purposes. Built with Go and Lambda.
https://github.com/omeiirr/dummy-data-api

api api-gateway dummy-data dummy-data-generator go go-fi lambda

Last synced: about 1 year ago
JSON representation

Get dummy data for development and testing purposes. Built with Go and Lambda.

Awesome Lists containing this project

README

          

# dummy-data-api
Get dummy data for development and testing purposes. Built with Go and Lambda.

This API provides dummy data for testing/development purposes.
It uses the [faker](https://github.com/jaswdr/faker) package, and is deployed on AWS Lambda using API Gateway.

Check out the [tutorial article](https://blog.omeir.dev/building-a-serverless-rest-api-with-go-aws-lambda-and-api-gateway) for using [Go Fiber](https://gofiber.io) in a serverless environment like AWS Lambda.