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

Amazon EventBridge #9330

Closed
ewbankkit opened this issue Jul 12, 2019 · 15 comments
Closed

Amazon EventBridge #9330

ewbankkit opened this issue Jul 12, 2019 · 15 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Milestone

Comments

@ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Amazon EventBridge announced.

At the AWS API level these are additions to the existing CloudWatch Events API.

New or Affected Resource(s)

Sticking with the existing naming convention of aws_cloudwatch_event_

New Resource

  • aws_cloudwatch_event_event_bus

Modified Resources

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

Requires:

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Jul 12, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jul 12, 2019
@bflad bflad added service/cloudwatchevents and removed needs-triage Waiting for first response or review from a maintainer. labels Jul 12, 2019
@ebekker
Copy link

ebekker commented Jul 18, 2019

I would just stick with the simpler aws_cloudwatch_event_bus -- the resource is a bus in the CW Events system. (Although technically, the API doesn't even reflect that it's built atop or integrated with CW.)

@ewbankkit
Copy link
Contributor Author

ewbankkit commented Jul 18, 2019

@ebekker Yes, I tend to agree. Of these CloudWatch resources, only aws_cloudwatch_metric_alarm strictly conforms to the naming guidelines.

@tanmng
Copy link

tanmng commented Mar 8, 2020

@ewbankkit given the change in commit 8295926 in #10256 by @alexanderkalach, I think this issue can no longer be closed by that PR, and we will need separate effort to handle AWS partner event bus. Is that the case?
If so, can we proceed with the result of the vote and start getting an implementation on this?

@ewbankkit
Copy link
Contributor Author

@tanmng Yes, #10256 is just the initial work needed. There will be additional PRs to complete functionality.

@breathingdust
Copy link
Member

Hi Everyone! 👋

We recognize the significant community interest in this service area and want to provide an update about its status.

Because there is significant overlap between EventBridge and Cloudwatch we’ll need to take a step back and spend a bit of time considering design.

Once we’ve finished our research, we’ll post an update to the issue detailing the next steps.

We appreciate all the contributions and feedback thus far!

@claranet-barney
Copy link

Hey @breathingdust / @ewbankkit Any news on how this is coming along? Not hassling just wondering if there's been any movement on it or any plans in progress?

@breathingdust
Copy link
Member

Hey @claranet-barney! 👋

Nothing to report as yet, we'll need to work through this quarters ROADMAP items first. It's still definitely on our list and I would expect to see it released sometime this summer. Thanks for your patience!

@kurtmaile
Copy link

Hi,

Is event bridge support still outstanding?

Cheers

@mwarkentin
Copy link
Contributor

In the meanwhile, you can do the cloudformation hack:

resource "aws_cloudformation_stack" "eventbridge_bus" {
  name = "eventbridge-bus"

  template_body = <<EOF
Resources:
  EventBus:
    Type: AWS::Events::EventBus
    Properties:
      Name: bus-name
EOF
}

@DylanBohlender
Copy link

It looks like this has been added to the August - October ROADMAP file as the first item, which is awesome!

Is there a rough timeline for when this will be implemented? I suspect that the design research phase likely extended the timelines here, but any visibility into progress would be greatly appreciated. The CF template hack above is a useful workaround, but I suspect I'm not alone in feeling icky every time I'm writing inline CF templates in lieu of HCL.

@maryelizbeth
Copy link
Contributor

Hey @DylanBohlender! Right now, we don't have a release date for EventBridge support. The team is actively researching and will begin implementation once that is complete. Once we've decided on the design of this feature, we'll begin work and you'll see it added to a release milestone. We'll come back to this issue with updates as they're available.

@smailc
Copy link

smailc commented Sep 28, 2020

Any news on EventBridge support?

@breathingdust
Copy link
Member

Hi all! 👋

Just an update that we have finished the service design and plan to start work this week, so we are on track to have this out by the end of October. Again, we appreciate your patience!

@breathingdust
Copy link
Member

Initial scope of EventBridge support has been completed as of v3.14.1 🎉

@breathingdust breathingdust modified the milestones: Roadmap, v3.14.0 Nov 9, 2020
@ghost
Copy link

ghost commented Dec 10, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Projects
None yet
Development

No branches or pull requests