Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kinesis streams link #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

t0mas
Copy link

@t0mas t0mas commented Mar 12, 2024

Add console link for Kinesis streams

Copy link
Contributor

@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
Contributor

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
Contributor

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