Skip to content

Actions and Resources

Chelsea edited this page Nov 24, 2023 · 3 revisions

Home > Application Overview > Actions and Resources


Actions and Resources

Data is submitted via SFTP

  • SFTP
  • AWS Transfer Family

Parser Lambda is triggered

  • S3 bucket is configured to trigger the Parser Lambda

Data is parsed

  • Parser Lambda

Data is validated

  • Parser Lambda

If validation fails, a notification is sent to the submitter

  • Alert Lambda

If validation passes, data is stored in the database

  • AWS RDS (postgres) instance

Reconciliation is triggered

  • AWS Simple Notification Service is called after parsing

If daily file check fails, a notification is sent to the concerned parties

  • Reconcile Lambda/Alert Lambda

If daily file check passes, data is matched

  • Reconcile Lambda

Database state is updated

  • AWS RDS (postgres) instance

Report Lambda is triggered

  • AWS Simple Notification Service is called after matching

Report is sent to the user (1x monthly)

  • Alert Lambda
Clone this wiki locally