amazon-location-service

Integrate Amazon Location Service APIs for mapping, geocoding, routing, and geofencing.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill amazon-location-service-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-location-service
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/aws/amazon-location-service/skills/amazon-location-service
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill amazon-location-service-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @aws-sdk/client-geo-places, @aws-sdk/client-geo-maps, @aws-sdk/client-geo-routes, @aws-sdk/client-location, @aws/amazon-location-client, @aws/polyline, and includes references (resource) components.

What problem does it solve?

This skill simplifies the complex integration of geospatial features into AWS applications, removing the need to manage disparate third-party mapping providers or complex infrastructure.

Core Features & Use Cases

  • Geospatial APIs: Access maps, geocoding, routing, and places search through a unified interface.
  • Geofencing & Tracking: Monitor geographical boundaries and track device locations in real-time.
  • Use Case: Build a delivery application that calculates optimal routes for drivers, validates customer addresses, and triggers notifications when a driver enters a geofenced delivery zone.

Quick Start

Use the amazon-location-service skill to geocode the address 123 Main St, Seattle, WA and display the result on an interactive map.

Frequently Asked Questions about amazon-location-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate geospatial maps and routing into my AWS application?

This Skill integrates Amazon Location Service APIs to provide geospatial capabilities like maps, routing, and geocoding for AWS applications. It replaces disparate third-party mapping providers with a unified interface.

How do I geocode an address and display it on an interactive map in AWS?

You can use this Skill to geocode a physical address into coordinates and display the result on an interactive map. It leverages Amazon Location Service APIs for both resource-based and resourceless API operations.

Can I track device locations and trigger notifications with geofencing in AWS?

Yes, this Skill supports geofencing and tracking to monitor geographical boundaries and track device locations in real-time. You can trigger notifications when a device enters a defined geofenced zone.

Does Amazon Location Service work with IAM and API keys for secure authentication?

Yes, this Skill ensures secure implementation through both IAM and API Key authentication patterns for geospatial data processing. It supports secure access to mapping, routing, and geocoding APIs.

What is the best way to calculate optimal delivery routes and validate addresses in AWS?

The best way is to use this Skill to access Amazon Location Service APIs for calculating optimal routes and validating customer addresses. It provides a unified interface for building delivery applications with geospatial features.