In the API monitoring system, we will use Amazon DynamoDB as a NoSQL database to store information such as user logs, API queries, or other data that needs to be tracked in real time.
Objective of this step:
Steps to follow:
Table name: WebsiteVisitors (or any custom name)
Partition key: userKey
Data type: String
(Optional) You can add a Sort key to organize data by time or endpoint.
Next, we will create the Lambda Functions.