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

[SCRUM-2] Certificate generation with sending emails #29

Merged
merged 10 commits into from
Jul 13, 2024

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    61633a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b0e1e View commit details
    Browse the repository at this point in the history
  3. feat(email_service/validate_input): add validation logic for certific…

    …ate generation (SCRUM-2)
    sh1un committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6c710dc View commit details
    Browse the repository at this point in the history
  4. feat(email_service/terraform): add additional environment variables, …

    …decrease timeout and update IAM policy (SCRUM-2)
    sh1un committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9f9d8db View commit details
    Browse the repository at this point in the history
  5. feat(email_service/terraform): increase send_email lambda memory size…

    … to 256MB (SCRUM-2)
    sh1un committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    29cd63d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f1f95a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6a63ac View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    4a7917d View commit details
    Browse the repository at this point in the history
  2. refactor(email_service/send_email): split certificate generation logi…

    …c into certificate_generator.py (SCRUM-2)
    sh1un committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    0668a3b View commit details
    Browse the repository at this point in the history
  3. chore(email_service): increase the timeout for the send_email Lambda …

    …function and its associated SQS queue to 10 minutes, and set maxReceiveCount to 2, to prevent timeouts during certificate generation (SCRUM-2)
    sh1un committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d034a34 View commit details
    Browse the repository at this point in the history