Sigm0oid / dynamodb-geo.py

A python port of awslabs/dynamodb-geo, for dynamodb geospatial querying
MIT License
31 stars 20 forks source link

Support for KeyConditionExpression& ProjectionExpression in queryRectangle #16

Closed Sigm0oid closed 4 years ago

Sigm0oid commented 4 years ago

Adding the possibility to append user-defined conditions in query rectangle method. Adding extra possible parameter that user can define (like ProjectionExpression) to filter further the returned results

Sigm0oid commented 4 years ago

Hey @Sford4, The new version now support using query_input_dict param, will be working on deploying the changes to today/tomorrow maximum