python-lambda icon indicating copy to clipboard operation
python-lambda copied to clipboard

Idea/Tentative Change: Don't set role by default

Open themooer1 opened this issue 7 years ago • 0 comments

If the user wants to manage the role through the AWS web interface, or doesn't want to give the user updating the function the iam:PassRole permission for security, don't try to change the role back to lambda_basic_execution. If the role is not defined in the config, it will not be updated on Lambda. If more checks like this are implemented they might be moved to a dedicated part of the code.

themooer1 avatar Jan 12 '18 00:01 themooer1