Build a serverless store finder site using Amazon Location Service
Blog
This article demonstrates building a serverless store finder website using Amazon Location Service, Maps, Places, and Routing APIs with AWS services.
- Two architectural patterns: Pattern 1 for <20 stores (DynamoDB), Pattern 2 for ≥20 stores (Aurora Serverless)
- Frontend built with Vue.js 3, hosted on AWS Amplify Hosting
- Backend uses API Gateway, Lambda functions, and Amazon Location Service
- Customers search by current location or text input with geocoding
- Matrix routing calculates realistic distances based on actual road networks
- API Gateway caching reduces latency and costs for repeated queries
- Amazon Cognito handles authentication with scoped IAM permissions
- Solution includes GitHub repository with deployment templates and sample data
This serverless solution enables retailers to build cost-effective store locators that help customers find nearest locations with accurate routing and opening hours information.
The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.
Related articles
The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.