aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.8k stars 821 forks source link

Geofencing realtime response #10599

Open rpostulart opened 2 years ago

rpostulart commented 2 years ago

Is this feature request related to a new or existing Amplify category?

New category

Is this related to another service?

AWS Amplify GEO

Describe the feature you'd like to request

I am having an app where an user can add his address. This address will be transformed to a geo point and saved to the profile of the user.

Then other users can create geofencing areas of events that take place. As soon as the apps starts I want to send the geo point from the profile and receive all events where the geo point fits in the geofence of the event.

Now this can be done in a way like starting the app. Send the geopoint via the SDK to BatchEvaluateGeofences. This will create an event to eventbridge which you can listen to.

Describe the solution you'd like

I just want an api where I can send a geo point and the retrieve all geofence id's where the geo point is within the geofences. Just in realtime and not via eventbridge

Describe alternatives you've considered

none

Additional context

No response

Is this something that you'd be interested in working on?

Would this feature include a breaking change?

josefaidt commented 2 years ago

Hey @rpostulart :wave: thanks for raising this! I've marked this as a feature request for the team to evaluate further 🙂

rpostulart commented 2 years ago

Thx @josefaidt

I have discussen this a while ago with Harshita Daddala. If correct she has discussed this with the team, so maybe you can check with her too.