Using the cdk integration we're getting: ```Diagno...
# aws
h
Using the cdk integration we're getting:
Copy code
Diagnostics:
  aws-native:events:EventBus (ApiEventBus0174951C):
    error: Resource type aws-native:events:EventBus not found
Any ideas?
l
I don’t see
EventBus
resource type listed in the API docs: https://www.pulumi.com/registry/packages/aws-native/api-docs/events/ Now, in our sources, I see this: https://github.com/pulumi/pulumi-aws-native/blob/2ccb873c83b8ba6b24b1f36ec8156f9e52a774ee/sdk/nodejs/events/eventBus.ts#L13 Let me check with the engineering team about this.
h
Yeah looks to not be supported by cloud control api after further investigation @limited-rainbow-51650
l
OK, my bad. I should have checked the list of supported resources.