feat(codecommit-integration): Make region mandatory

Signed-off-by: Stijn Brouwers (EISMEA) <stijn@bdcommit.com>
This commit is contained in:
Stijn Brouwers (EISMEA)
2024-05-18 09:24:29 +02:00
committed by blam
parent dcb75ee4c0
commit 786a8d0443
3 changed files with 8 additions and 2 deletions
@@ -39,3 +39,7 @@ integrations:
roleArn: 'arn:aws:iam::xxxxxxxxxxxx:role/example-role'
externalId: 'some-id' # optional
```
Each entry is a structure with the following required elements:
- `region`: The AWS region to connect to, to communicate with the CodeCommit services. If no host is provided, this value will be used to determine the host url.