Closed BrevinS closed 1 month ago
I just got this working the current architecture, the Lambda function that calls athlete/activities sends the through EventBridge to another Lambda function that filters the data and then placed the unique workouts into a DynamoDB table. The next step is to plan out a permanent DynamoDB schema because the current one is far from sustainable.
Done
Make DynamoDB for the athlete/activities API call with unique identifier as the athlete ID.