BrevinS / squares

A bunch of squares for a task list that is on phone using SwiftUI.
0 stars 0 forks source link

Configure DynamoDB #13

Closed BrevinS closed 1 month ago

BrevinS commented 1 month ago

Make DynamoDB for the athlete/activities API call with unique identifier as the athlete ID.

BrevinS commented 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.

BrevinS commented 1 month ago

Done