P.V. Madhusudhana rao
P.V. Madhusudhana rao
I created a table called student in dynamodb with fields name, email, mobile_number and school_id and added those 3 fields to global secondary index Ex: global_secondary_index :hash_key => :school_id, :projected_attributes...
i have two Global Secondary Indexes. One GSI contains only hash key and another GSI one have both hash key and range key. both will back fill items but few...
I want to get result based by passing Latitude and Longitude as parameters Geoip2.city(["19.0901765","72.86873909999997"]) to get result. Is there anyway ?