sparse-intern-71089
09/21/2022, 6:36 PMbillowy-army-68599
apply
future-france-34957
09/21/2022, 6:39 PMshared_hosted_zone_ids = Output.all(shared_hosted_zones).apply(
lambda shared_hosted_zones: zone["zone_id"] for zone in shared_hosted_zones if zone["name"] == f"{domain_prefix}.{name}")
but still get
TypeError: 'Output' object is not iterable, consider iterating the underlying value inside an 'apply'
billowy-army-68599
future-france-34957
09/21/2022, 9:52 PMbillowy-army-68599