You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EventBus is the only aws-native Resource I see and I haven't instantiated any aws-native EventBus. All of the other Services seem to have mapped correctly.
This deployment then fails with this error:
Diagnostics:
aws-native:events:EventBus (StockBotEventsBusDDBA22DF):
error: Resource type aws-native:events:EventBus not found
Affected area/feature
Pulumi SDK and Pulumi CDK for AWS Event Bus.
The text was updated successfully, but these errors were encountered:
Right, aws-native doesn't cover everything, and in particular is missing resources not supported by Cloud Control.
I am told there's an escape hatch -- https://github.com/pulumi/pulumi-cdk#remapcloudcontrolresource -- which lets you map to resources from the AWS "Classic" provider, instead.
Hello!
Issue details
Looks like EventBus is missing support? When I create a CDK Event Bus in my stack, i get the following Resources in my plan
EventBus
is the only aws-native Resource I see and I haven't instantiated any aws-native EventBus. All of the other Services seem to have mapped correctly.This deployment then fails with this error:
Affected area/feature
Pulumi SDK and Pulumi CDK for AWS Event Bus.
The text was updated successfully, but these errors were encountered: