Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
prefect_aws.bundles.execute
Functions
download_bundle_from_s3
bucket: S3 bucket namekey: S3 object keyoutput_dir: Local directory to save the bundle (if None, uses a temp directory)aws_credentials_block_name: Name of the AWS credentials block to use. If None, credentials will be inferred from the environment using boto3’s standard credential resolution.
- A dictionary containing:
- local_path: Path where the bundle was downloaded
execute_bundle_from_s3
- Downloads the bundle from S3
- Extracts and deserializes the bundle
- Downloads and extracts included files (if present)
- Executes the flow in a subprocess
bucket: S3 bucket namekey: S3 object keyaws_credentials_block_name: Name of the AWS credentials block to use. If None, credentials will be inferred from the environment using boto3’s standard credential resolution.