# Packages
No description provided by the author
# Functions
DoExport exports some key data into a SQLite DB and uploads that to the provided S3 bucket It then returns a pre-signed link to the file that remains valid for 1 hour
The rest if the functions in this file are not exported because they are currently dependent on each other and are basically split only on order to understand the flow better.
# Constants
SQLiteExportDBVersion is in semver format (https://semver.org/) What constitutes the various levels of change: * Anything with a pre-release tag is a wildcard.
# Interfaces
No description provided by the author