[report]: Finish backend design

This commit is contained in:
2025-03-30 14:03:21 +01:00
parent e6fcb0e913
commit e1dc8a332a
3 changed files with 61 additions and 15 deletions

View File

@ -57,5 +57,22 @@
urldate = "2025-03-26"
}
https://www.nngroup.com/articles/ten-usability-heuristics/
@online{boto3query,
author = "Amazon Web Services Inc.",
title = "Table / Action / \texttt{query}",
organization = "Boto3 1.27.0 documentation",
year = 2023,
url = "https://boto3.amazonaws.com/v1/documentation/api/1.27.0/reference/services/dynamodb/table/query.html",
urldate = "2025-03-26"
}
@online{useparameterisedqueries,
author = "Amazon Web Services Inc.",
title = "Use parameterized queries",
organization = "Amazon Athena User Guide",
year = 2025,
url = "https://docs.aws.amazon.com/athena/latest/ug/querying-with-prepared-statements.html",
urldate = "2025-03-26"
}