Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 563 Bytes

File metadata and controls

14 lines (12 loc) · 563 Bytes

What does the application do?

A RESTful API that logs user comments. Every comment is by a user and on a subject. The comments can be searched by user, or by subjects. The API’s response time can be changed on the fly. This will be used later to trigger scaling operations.

How does the application work?

A client such as Postman, curl sends a request to the API. The comments are saved in a DynamoDB table. With subject being the partition key, and user being the sorting key.

How to test the application?

export APP_URL=xxxxx
bash test.sh