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

Add transcribe eventbridge #1445

Merged
merged 4 commits into from
Feb 28, 2023
Merged

Conversation

bjhogan
Copy link
Contributor

@bjhogan bjhogan commented Feb 28, 2023

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.

Copy link
Member

@normj normj left a 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.
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

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.
Copy link
Member

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?

@normj normj changed the base branch from master to dev February 28, 2023 21:46
@normj normj merged commit a939303 into aws:dev Feb 28, 2023
@normj
Copy link
Member

normj commented Mar 1, 2023

PR has been released as part of version 4.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants