Skip to content

Commit

Permalink
Add more label mapping options
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier committed Dec 19, 2024
1 parent 69a1d24 commit 7a10368
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-donkeys-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/catalog-backend-module-aws': patch
---

Add more providers to allow custom label mapping
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class AWSSQSEntityProvider extends AWSEntityProvider {
providerId?: string;
ownerTag?: string;
useTemporaryCredentials?: boolean;
labelValueMapper?: LabelValueMapper;
},
) {
const accountId = config.getString('accountId');
Expand Down

0 comments on commit 7a10368

Please sign in to comment.