gpt4 book ai didi

amazon-web-services - 如何在 lambda 中获取当前执行角色?

转载 作者:行者123 更新时间:2023-12-04 12:45:52 25 4
gpt4 key购买 nike

我遇到了一个 lambda 问题,它似乎没有执行操作的权限,想要获取一些故障排除信息。

我可以这样做来获取当前用户:

print("Current user: " + boto3.resource('iam').CurrentUser().arn)

有没有办法在运行时获得执行角色?更好的是,有没有办法动态获取附加到此角色的策略?

它们不应该从我创建 lambda 时改变,但我想确认一下。

最佳答案

检查这个:list_attached_user_policies

Lists all managed policies that are attached to the specified IAM user.

An IAM user can also have inline policies embedded with it.



如果您只需要内联策略: get_user_policy

Retrieves the specified inline policy document that is embedded in the specified IAM user.

关于amazon-web-services - 如何在 lambda 中获取当前执行角色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48936470/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com