Skip to content

Add Kinesis streams link - #53

Closed
t0mas wants to merge 1 commit into
link2aws:masterfrom
t0mas:patch-add-kinesis
Closed

Add Kinesis streams link#53
t0mas wants to merge 1 commit into
link2aws:masterfrom
t0mas:patch-add-kinesis

Conversation

@t0mas

Copy link
Copy Markdown

Add console link for Kinesis streams

@fxkrfxkr left a comment

Copy link
Copy Markdown
Member

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.

Comment threadlink2aws.js
},
"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
Copy Markdown
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

Comment threadlink2aws.js
}

exports.ARN = ARN; No newline at end of file
exports.ARN = ARN;

Copy link
Copy Markdown
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?

@fxkr

fxkr commented Mar 1, 2026

Copy link
Copy Markdown
Member

Implemented in #75

@fxkrfxkr closed this Mar 1, 2026
Sign up for freeto 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

@t0mas@fxkr