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.
- Host: GitHub
- URL: https://github.com/omeiirr/dummy-data-api
- Owner: omeiirr
- Created: 2023-02-02T15:41:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T03:09:48.000Z (over 3 years ago)
- Last Synced: 2025-01-29T03:49:39.562Z (over 1 year ago)
- Topics: api, api-gateway, dummy-data, dummy-data-generator, go, go-fi, lambda
- Language: Go
- Homepage: https://fl8peowhy3.execute-api.ap-south-1.amazonaws.com/v1/users
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.