Expand description
A Rust library to find the nearest AWS region to a given location.
Especially useful when you run code at the edge and want fast access to regional AWS services, e.g. Cloudflare Workers accessing DynamoDB global tables.
Enums§
Functions§
- find_
region - Finds the nearest AWS region to the given location.
- find_
region_ from_ list - Finds the nearest AWS region from a list of regions.