This project is a small REST API to build a docker image we can test behind an API Gateway.
703
This project is a small REST API to build a docker image we can test behind an API Gateway. API will consume any request and will return it in a form of response.
You can run it using:
docker run -d -p 5051:5051 jaktestowac/python-sample-rest-api
You can call http://localhost:5051 for help.
For responses (based on request) call http://localhost:5051/api
Content type
Image
Digest
Size
49.3 MB
Last updated
over 4 years ago
docker pull jaktestowac/python-sample-rest-api