-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(aws-events): Event Bus target #12926
Conversation
0b22111
to
a598ba6
Compare
a598ba6
to
3890c03
Compare
3890c03
to
d3317f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are linter errors:
@aws-cdk/aws-events-targets: /codebuild/output/src935408083/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-events-targets/test/event-bus/event-rule-target.test.ts
@aws-cdk/aws-events-targets: 16:18 error Trailing spaces not allowed no-trailing-spaces
@aws-cdk/aws-events-targets: 17:54 error Missing trailing comma comma-dangle
@aws-cdk/aws-events-targets: 62:13 error Trailing spaces not allowed no-trailing-spaces
@aws-cdk/aws-events-targets: 63:18 error Trailing spaces not allowed no-trailing-spaces
@aws-cdk/aws-events-targets: 64:54 error Missing trailing comma comma-dangle
@aws-cdk/aws-events-targets: /codebuild/output/src935408083/src/github.com/aws/aws-cdk/packages/@aws-cdk/aws-events-targets/test/event-bus/integ.event-bus.ts
@aws-cdk/aws-events-targets: 19:72 error Missing trailing comma comma-dangle
Hi @rix0rrr I've updated the PR as requested (sorry about missing the linting), any chance of another review? Thanks! |
Pull request has been modified.
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Closes #9473
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license