Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing aws-native:events:EventBus? #65

Closed
sam-goodwin opened this issue Jan 26, 2023 · 4 comments
Closed

Missing aws-native:events:EventBus? #65

sam-goodwin opened this issue Jan 26, 2023 · 4 comments
Assignees
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed

Comments

@sam-goodwin
Copy link

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

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

cdk:construct:Events                    StockBot/StockBot/StockBot/Events                                                           create
  cdk:construct:EventBus               StockBot/StockBot/StockBot/Events/Bus
aws-native:events:EventBus                       StockBotEventsBusDDBA22DF

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.

@sam-goodwin sam-goodwin added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Jan 26, 2023
@yehudacohen
Copy link

Ran into this before @sam-goodwin . I believe this is because cloud control api doesn't support eventbus: https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html

@squaremo squaremo removed the needs-triage Needs attention from the triage team label Jan 27, 2023
@squaremo
Copy link

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.

@AaronFriel
Copy link

I've left a comment here which is applicable to this issue:

#66 (comment)

@corymhall corymhall added the resolution/fixed This issue was fixed label May 24, 2024
@corymhall
Copy link
Contributor

Closing this since aws-native:events:EventBus is available in the latest version of @pulumi/aws-native (v0.107.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

No branches or pull requests

5 participants