awslabs / aws-config-rdklib

Python library to enable you to run custom AWS Config Rules at scale, using Lambda Layer.
Apache License 2.0
94 stars 26 forks source link

RELEASE 0.2.3 #36

Closed rickychau2780 closed 1 year ago

rickychau2780 commented 1 year ago
  1. Enable region specific client factory through Config rules parameters
  2. Add options to disable assuming default AWS Config Role and use lambda role for execution. It can be done by set assume_role_mode=False in clientfactory.build_client() or add Config rules parameter "AssumeRoleMode" equals to false.
  3. Add recommendation for error on AssumeRole of the default AWS Config Role (https://github.com/awslabs/aws-config-rdklib/pull/35)
  4. Add in README on adding region and disabling assume role mode
mbeacom commented 1 year ago

This PR adjusts target python minors that are supported, but doesn't adjust the classifiers on the package. Following up with an issue and PR.