Skip to content

Conversation

t0mas
Copy link

@t0mas t0mas commented Mar 12, 2024

Add console link for Kinesis streams

Copy link
Member

@fxkr fxkr left a comment

Choose a reason for hiding this comment

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

Thank you very much for the contribution. I have left two code review comments.

@@ -658,7 +658,7 @@ class ARN {
"index": null,
},
"kinesis": { // Amazon Kinesis
"stream": null,
"stream": () => `https://${this.region}.console.aws.amazon.com/kinesis/home?region=${this.region}#/streams/details/${this.resource}/details`,
Copy link
Member

Choose a reason for hiding this comment

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

Can you add a unit test case to cover this change? You can see examples here: https://github.com/link2aws/link2aws.github.io/blob/master/testcases/aws.json

exports.ARN = ARN;
Copy link
Member

Choose a reason for hiding this comment

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

Can you remove the unnecessary whitespace change?

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