[report]: Add API Design

This commit is contained in:
2025-03-29 11:46:29 +00:00
parent 5a8b44110b
commit 6ef7b3bec8
4 changed files with 95 additions and 1 deletions

View File

@ -6,6 +6,7 @@
url = "https://aws.amazon.com/blogs/database/choosing-the-right-dynamodb-partition-key/",
urldate = "2025-03-26"
}
@online{gsi,
author = "Amazon Web Services Inc.",
title = "Using Global Secondary Indexes in DynamoDB",
@ -14,3 +15,29 @@
url = "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.html",
urldate = "2025-03-26"
}
@online{awsapi,
author = "Amazon Web Services Inc.",
title = "Amazon API Gateway",
year = 2025,
url = "https://aws.amazon.com/api-gateway/",
urldate = "2025-03-26"
}
@online{httpvsrest,
author = "Amazon Web Services Inc.",
title = "Choose between REST APIs and HTTP APIs",
organization = "Amazon API Gateway Developer Guide",
year = 2025,
url = "https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vs-rest.html",
urldate = "2025-03-26"
}
@online{apipricing,
author = "Amazon Web Services Inc.",
title = "Amazon API Gateway Pricing",
organization = "Amazon API Gateway Developer Guide",
year = 2025,
url = "https://aws.amazon.com/api-gateway/pricing/",
urldate = "2025-03-26"
}