Building location aware applications

Developer Advocate at AWS | Serverless <3
Search for a command to run...

Developer Advocate at AWS | Serverless <3
No comments yet. Be the first to comment.
In this guide, you will go from zero to hero in your AWS Step Functions knowledge. If you are just getting started or you are already using this service, you will find for sure something for you. The guide is free and divided into different sections ...

Serverless is a great technology to build your artificial intelligence applications, as most of the AI services that AWS provides are serverless. In this article, you will find a list of resources that can be useful when getting started building appl...

Welcome to this comprehensive guide on using Amazon Kinesis for building serverless data streaming applications. This detailed guide will cover various aspects, ranging from what are data streaming applications, to understand the different services o...

Welcome to this comprehensive guide on using Amazon DynamoDB as the database for your web application. This detailed guide will cover various aspects, ranging from hosting your web app using AWS App Runner to understanding the fundamentals of Amazon ...

This blog post collects all the resources for the talk: "Building low-latency, event-driven applications" You can watch the whole session here: https://youtu.be/vVXS7L2ez2s?si=lJcAqnqELNQd8yIG Introduction AWS re:Invent 2022 - Keynote with Dr. Wern...

Nowadays location is a very important feature of modern web and mobile applications. We want to track where things are and customers expect to receive location based notifications.
When trying to add location features to our applications every provider has a different API and characteristics, and also integrating those location features in our existing backend and client application can be challenging and take some time.
That is why having a service that provides an API no matter which location provider you pick and also it integrates the location features into our existing backend services is crucial. For example, you might need to send a notification or update a registry in a database based on the location update of a package. Therefore the location service needs to interact with our backend to achieve those things.
Amazon Location Service is a new service from AWS that allows you to do that. It provides many location based features, like:
To get started using this service with AWS Amplify I have created a series of tutorials (that will get updated as soon as Routing is available).
In this first video you will learn how to add a map with search capability in your React application using AWS Amplify and the AWS SDK.
In the second video you will learn how to build routes and show them in the map.
In the third video you will learn how to send events when someone is in a area of interest.
###More interesting use cases
In this video you will build an application that display the real-time position of a device. Also you will do the backend for the tracking application with no code and the code that the devices need to have in order to send the tracking information.
In this video you build an application that sends notification in real time based on location. You will build an event-driven architecture without using any server or even writing any backend code. For that you will be using Amazon Location Services, AWS EventBridge and SQS.
🔸 Get the code for the tutorial: https://github.com/mavi888/my-stores-app
🔸 Get the code for the tutorial: https://github.com/mavi888/drop-the-box-demo
More links:
🔸 What is Amazon event-bridge?
🔸 Amazon Location Service web site : https://aws.amazon.com/location/
🔸 Amplify documentation for location based services