Skip to content

Commit

Permalink
chore: add Kinesis Video Signaling to SERVICE_IDS
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 16, 2021
1 parent c529a4b commit f830352
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public class AddOmitRetryHeadersDependency implements TypeScriptIntegration {
private static final Set<String> SERVICE_IDS = SetUtils.of(
"ConnectParticipant",
"IoT Data Plane",
"IoT"
"IoT",
"Kinesis Video Signaling"
);

@Override
Expand Down

0 comments on commit f830352

Please sign in to comment.