bugfix(codecommit-integration): Fix unit tests and generate api-reports

Signed-off-by: Stijn Brouwers (EISMEA) <stijn@bdcommit.com>
This commit is contained in:
Stijn Brouwers (EISMEA)
2024-05-21 10:47:47 +02:00
committed by blam
parent 786a8d0443
commit 2b8ea39a92
3 changed files with 77 additions and 7 deletions
+1
View File
@@ -35,6 +35,7 @@ export type AwsCodeCommitIntegrationConfig = {
secretAccessKey?: string;
roleArn?: string;
externalId?: string;
region: string;
};
// @public