This message was deleted.
# aws
s
This message was deleted.
g
It's currently not possible to catch "not found" errors from
.get()
and lookup functions. We have an issue at https://github.com/pulumi/pulumi/issues/3364 to add support for this. As a workaround, you can use the AWS SDK directly (https://github.com/aws/aws-sdk-js) to query for the Zone and then proceed with any Pulumi resources you need based on that.
s
Thank you