Skip to content

Commit

Permalink
Merge pull request #50 from link2aws/dev/version-1.0.17
Browse files Browse the repository at this point in the history
Version 1.0.17
  • Loading branch information
fxkr authored Jan 5, 2024
2 parents 62ea19c + 7e30f6d commit b56f607
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion link2aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ class ARN {
},
"states": { // AWS Step Functions
"activity": null,
"execution": null,
"execution": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/v2/executions/details/${this.string}`,
"stateMachine": () => `https://${this.region}.${this.console}/states/home?region=${this.region}#/statemachines/view/${this.string}`,
},
"storagegateway": { // Amazon Storage Gateway
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "link2aws",
"version": "1.0.16",
"version": "1.0.17",
"description": "Convert ARN (Amazon Resource Name) to AWS Console link",
"main": "link2aws.js",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions testcases/aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"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",

"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",
"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",

"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",
"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",
Expand Down

0 comments on commit b56f607

Please sign in to comment.