How can I run an async task outside of a flow block? I'm trying to use `prefect_aws.secrets_manager....
p
How can I run an async task outside of a flow block? I'm trying to use
prefect_aws.secrets_manager.read_secret()
and am stuck with a coroutine object.