P.V. Madhusudhana rao

Results 3 issues of 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...

question

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...

help wanted
question

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 ?