cuhacking / 2025

Flagship platform for cuHacking's 2025 hackathon.
4 stars 4 forks source link

feat(hackathon): automated email setup #87

Open cloverzer0 opened 2 weeks ago

cloverzer0 commented 2 weeks ago

An automated email subscription system.

The core functionality is implemented using AWS SES (Simple Email Service) and provides an API endpoint for subscribing to a newsletter.

  1. AWS SES Configuration: Configured AWS SES with credentials and region settings sourced from environment variables.
  2. subscribeToNewsletterRouter: Added a new TRPC procedure to handle newsletter subscriptions. This procedure:

Please review the changes and let me know if there are any adjustments or additional tests required.

netlify[bot] commented 2 weeks ago

Deploy Preview for cuhacking-portal-dev failed. Why did it fail? →

Name Link
Latest commit cc09883f44b01d6d3c72cf4bb9a9edaea671f567
Latest deploy log https://app.netlify.com/sites/cuhacking-portal-dev/deploys/66d7913ca3dbac0008767a76
JeremyFriesenGitHub commented 2 weeks ago

i haven't looked really into the code yet, but I'm wondering if the application form procedure commit in this PR should be in your other PR for the application form procedure?

cloverzer0 commented 2 weeks ago

i haven't looked really into the code yet, but I'm wondering if the application form procedure commit in this PR should be in your other PR for the application form procedure?

I made a branch from the first PR, thought it would be better to do that to be able to look at just one PR, this one.