Hi all, Does Pulumi support EventBridge Pipe? <ht...
# aws
s
Hi all, Does Pulumi support EventBridge Pipe? https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes.html it seems to be exactly what I need but I can’t seem to find any info… seems like it’s not supported, but wanted to confirm.
I see an open case with Terraform, so my guess no support yet: https://github.com/hashicorp/terraform-provider-aws/issues/28153
g
No support for it yet. You could use a cloudformation stack via https://www.pulumi.com/registry/packages/aws/api-docs/cloudformation/stack/ if you need it now.
r
Oh sweet! Thanks
f
Is it the right thing? https://www.pulumi.com/registry/packages/aws-native/api-docs/pipes/pipe/ Usually if something isn't supported by the terraform-based Pulumi AWS provider, it should be supported by the native one as soon as AWS publish the API spec.