-
Notifications
You must be signed in to change notification settings - Fork 476
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
Add transcribe eventbridge #1445
Conversation
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.
We need a unit test for this new POCO. You can look at the CloudWatchEventsS3ObjectCreate test as an example.
namespace Amazon.Lambda.CloudWatchEvents.TranscribeEvents | ||
{ | ||
/// <summary> | ||
/// This class represents the details of a Transcribe Job State Change sent via EventBridge. |
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.
Is the a URL you can add to where this event type is documented?
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 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.
Sorry I wasn't clear, can you add the URL as part of the NDoc here?
namespace Amazon.Lambda.CloudWatchEvents.TranscribeEvents | ||
{ | ||
/// <summary> | ||
/// This class represents the details of a Transcribe Job State Change sent via EventBridge. |
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.
Sorry I wasn't clear, can you add the URL as part of the NDoc here?
PR has been released as part of version 4.2.0 |
Description of changes:
Adds Transcribe Job State Change Event.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.