AWS DynamoDB table.query() not working as expected
I’m working with a fast-api backend where I’ve set it up to work with AWS’s DynamoDB client. I’ve declared the following wrapper that helps me manage read and writes from the database.
I’m working with a fast-api backend where I’ve set it up to work with AWS’s DynamoDB client. I’ve declared the following wrapper that helps me manage read and writes from the database.