jtyers/aws-iam-utils

Invalid action error with wafv2:listmobilesdkreleases / wafv2:getmobilesdkrelease

Closed this issue · 1 comments

Running a script using this package is currently throwing an error:

File "/home/iain/.local/lib/python3.9/site-packages/aws_iam_utils/checks.py", line 34, in policy_has_only_these_access_levels
    raise ValueError(f'invalid action: {item["action"]}')

Adding them to the overrides file solves the issue>

See #9

Good catch, merged that PR.