When using `aws.ec2.getSubnetIds` , how do I get t...
# python
p
When using
aws.ec2.getSubnetIds
, how do I get the result? I tried to
run_until_completion
the Awaitable but the loop is already running. Is there a way to have the main be an async function?