amplify-category-api
amplify-category-api copied to clipboard
Geo search
At this moment there is no possibility to search via graphql / dynamodb certain records based on the longitude and latitude (geo) while there is a kind of library within AWS for this: https://github.com/amazon-archives/dynamodb-geo
Can we make these functionalities also available via Amplify: Box Queries: Return all of the items that fall within a pair of geo points that define a rectangle as projected onto a sphere. Radius Queries: Return all of the items that are within a given radius of a geo point. Basic CRUD Operations: Create, retrieve, update, and delete geospatial data items. Easy Integration: Adds functionality to the AWS SDK for Java in your server application. Customizable: Access to raw request and result objects from the AWS SDK for Java.