Crate aws_region_nearby

Crate aws_region_nearby 

Source
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§

AwsRegion
An AWS region.
Error
The errors returned by the library.

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.