Meeting notes 7 26 2021 - KristinJJ/MovieMeetUp GitHub Wiki

What We Did

  • Pulling popMovies data from DynamoDB (using Lambda function and API Gateway) and displaying on the Event page
  • Troubleshooting

Discussion

  • API Gateway for CORS (instead of Lambda function headers)
  • User authentication (AWS Cognito?)
  • Deployment (S3 Bucket?)
  • CloudFront?
  • Writing data to DynamoDB
    • Event data
    • Updating the popMovies data once a day from IMDb-API?

Next Steps

  • Writing Event data to DynamoDB
  • Putting popMovies data into Angular Material Cards that are inside Angular Material Grid List
    • Make responsive using CSS?
    • Have movie cards show they have been selected (edge highlighting? text changing?)
  • Be able to rank movies that are added to the Event
  • DEMO!!! (30 seconds - 2 minutes recording)
    • Create Event button that creates an event
    • Going to the Event and ranking the movies
    • Showing the ranking results