0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AWSの可視化ツールCloudMapper

Posted at

#AWSの可視化ツールCloudMapperのtagsオプション

CloudMapperでオプション(tags)が障害中で使用できないが、どうしても使用したい人の用
https://github.com/duo-labs/cloudmapper/issues/652
ご指摘の通り、Lambda関数のタグの取得に修正が必要とのこと
※早く修正していただけることを願いしますw

Lambda関数はいいからタグオプションで絞り込みたい人向け

prepare.pyの388行目あたりをコメントアウトすれば、とにかく動く!

commands/prepare.py
-    # Lambda functions
-    for lambda_json in get_lambda_functions(region):
-        node = Lambda(region, lambda_json)
-        nodes[node.arn] = node
+    # # Lambda functions
+    # for lambda_json in get_lambda_functions(region):
+    #     node = Lambda(region, lambda_json)
+    #     nodes[node.arn] = node
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?