Skip to content

Commit b56f607

Browse files
authored
Merge pull request #50 from link2aws/dev/version-1.0.17
Version 1.0.17
2 parents 62ea19c + 7e30f6d commit b56f607

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

link2aws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ class ARN {
992992
},
993993
"states": { // AWS Step Functions
994994
"activity": null,
995-
"execution": null,
995+
"execution": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/v2/executions/details/${this.string}`,
996996
"stateMachine": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/statemachines/view/${this.string}`,
997997
},
998998
"storagegateway": { // Amazon Storage Gateway

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "link2aws",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Convert ARN (Amazon Resource Name) to AWS Console link",
55
"main": "link2aws.js",
66
"directories": {

testcases/aws.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"arn:aws:sqs:us-east-1:123456789012:b6a826b4-b44b-11ec-8d84-acde48001122": "https://us-east-1.console.aws.amazon.com/sqs/v2/home?region=us-east-1#/queues/https%3A%2F%2Fsqs.us-east-1.amazonaws.com%2F123456789012%2Fb6a826b4-b44b-11ec-8d84-acde48001122",
4646

4747
"arn:aws:states:us-east-1:123456789012:stateMachine:StateMachineName": "https://us-east-1.console.aws.amazon.com/states/home?region=us-east-1#/statemachines/view/arn:aws:states:us-east-1:123456789012:stateMachine:StateMachineName",
48+
"arn:aws:states:us-east-1:123456789012:execution:StateMachineName:ExecutionId": "https://us-east-1.console.aws.amazon.com/states/home?region=us-east-1#/v2/executions/details/arn:aws:states:us-east-1:123456789012:execution:StateMachineName:ExecutionId",
4849

4950
"arn:aws:amplify:sa-east-1:384862141196:apps/aaaaaaaaa/branches/master/jobs/0000000181": "https://sa-east-1.console.aws.amazon.com/amplify/home?region=sa-east-1#/aaaaaaaaa/master/181",
5051
"arn:aws:amplify:sa-east-1:384862141196:apps/aaaaaaaaa/branches/master/jobs/00000001810": "https://sa-east-1.console.aws.amazon.com/amplify/home?region=sa-east-1#/aaaaaaaaa/master/1810",

0 commit comments

Comments
 (0)