link2aws 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/link2aws.js +2 -1
- package/package.json +1 -1
package/link2aws.js
CHANGED
|
@@ -361,7 +361,7 @@ class ARN {
|
|
|
361
361
|
},
|
|
362
362
|
"dynamodb": { // Amazon DynamoDB
|
|
363
363
|
"global-table": null,
|
|
364
|
-
"table":
|
|
364
|
+
"table": () => `https://${this.region}.${this.console}/dynamodbv2/home?region=${this.region}#table?name=${this.resource}`,
|
|
365
365
|
},
|
|
366
366
|
"ec2": { // AWS Systems Manager
|
|
367
367
|
"capacity-reservation": null,
|
|
@@ -942,6 +942,7 @@ class ARN {
|
|
|
942
942
|
"sns": { // Amazon SNS
|
|
943
943
|
},
|
|
944
944
|
"sqs": { // Amazon SQS
|
|
945
|
+
"": () => `https://${this.region}.${this.console}/sqs/v2/home?region=${this.region}#/queues/https%3A%2F%2Fsqs.${this.region}.amazonaws.com%2F${this.account}%2F${this.resource}`
|
|
945
946
|
},
|
|
946
947
|
"ssm": { // AWS Systems Manager
|
|
947
948
|
"association": null,
|