prefect_aws.utilities
Utilities for working with AWS services.
Functions
hash_collection
collection: The collection to hash.
- The hash of the transformed collection.
ensure_path_exists
doc: The current level of the document or sub-document.path: The remaining path parts to ensure exist.
assemble_document_for_patches
patches: A list of JSON Patch operations.
- An initial document structured to accept the patches.