Before you go, check this out!
We have lots more on the site to show you. You've only seen one page. Check out this post which is one of the most popular of all time.
How to build a DynamoDB Geo database to store and query geospatial data
What is Geo Library for Amazon DynamoDB? The Geo Library for Amazon DynamoDB enables developers to easily and efficiently create and query geospatial data. It does this by creating geohash indexes...
How to return multiple attributes from DynomoDB via a Lambda Function and API Gateway
I have just been developing a server-less API that returns attributes from a DynamoDB database and ran into some trouble returning multiple attributes at once via URL query strings. The purpose of...