Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/lambda handler #35

Merged
merged 8 commits into from
Dec 1, 2024
Merged

Feature/lambda handler #35

merged 8 commits into from
Dec 1, 2024

Conversation

bendsouza2
Copy link
Owner

No description provided.

@bendsouza2
Copy link
Owner Author

  • Add db_write_function arg to process_video_and_upload function for inbuilt writing to db
  • Added db_handler.py with write_to_db func for writing data to MySQL db (in RDS)
  • Added lambda_handler.py to execute the video upload functionality in lambda and log errors to cloudwatch

@bendsouza2
Copy link
Owner Author

  • Add db_write_function arg to process_video_and_upload function for inbuilt writing to db
  • Added db_handler.py with write_to_db func for writing data to MySQL db (in RDS)
  • Added lambda_handler.py to execute the video upload functionality in lambda and log errors to cloudwatch
  • Created dockerfile to build container image for lambda
  • Remove conflicting requirements (type-requests)

@bendsouza2 bendsouza2 marked this pull request as ready for review December 1, 2024 20:42
@bendsouza2 bendsouza2 merged commit dfcb34e into main Dec 1, 2024
1 check passed
@bendsouza2 bendsouza2 deleted the feature/lambda-handler branch December 1, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant