Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.
This repository was archived by the owner on May 23, 2025. It is now read-only.

FFE - Python task to generate zipfile, upload zipfile to s3, and send user email #3911

@as1729

Description

@as1729

Story: #3803

Requirements

  1. Accept an input of { userEmail, organizationId, queryResponse }
  2. Instantiate a zipfile
  3. Iterate through the queryResponse and organize each file from EFS into the appropriate directory within the zipfile
  4. Upload the zipfile to S3 bucket at ${organizationId}/fullFileExport/FullFileExportMMDDYYYY.HH.MM.SS.zip
  5. Send an email to userEmail

Infrastructure

  • SQS Queue Name: ``
  • Permissions to access:
    • SQS queue - read messages
    • EFS - to read uploads and write tempfiles if needed.
    • S3 - to upload and read existing .zip files within /*/fullFileExport
    • SES - to send email

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

Status

🚢 Completed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions