Amazon Location Service · Arazzo Workflow
Amazon Location Service Find or Create Map
Version 1.0.0
Reuse an existing map by name if present, otherwise create it.
Provider
Workflows
find-or-create-map
Ensure a map with the given name exists, creating it only if missing.
Lists existing maps, and when a map with the supplied name is already present it is described and reused; otherwise a new map is created with the requested style.
1
listMaps
ListMaps
List the map resources in the account so the flow can detect whether the requested map already exists.
2
describeExisting
DescribeMap
Describe the already-existing map and return its details for reuse.
3
createMap
CreateMap
Create a new map with the requested name and style because no existing map matched.