Skip to content

Releases: awslabs/aws-config-rdklib

0.3.6

18 Jan 21:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.5...0.3.6

0.3.4

09 Dec 04:48
18071fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.3...0.3.4

0.3.3

26 Sep 22:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

26 Sep 20:50
71200fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.0

05 Jan 20:36
Compare
Choose a tag to compare

What's Changed

  • Update python package version classifiers and fix styling for pep8 by @mbeacom in #39
  • Fix #28 - Resolve typos in README.rst by @mbeacom in #37
  • Remove remaining 3.6 python references by @mbeacom in #40
  • RELEASE 0.3.0 by @mbeacom in #41

New Contributors

Full Changelog: 0.2.3...0.3.0

RELEASE 0.2.3

19 Dec 21:25
709e8de
Compare
Choose a tag to compare
  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 (#35)
  4. Add in README on adding region and disabling assume role mode

RELEASE 0.2.2

01 Apr 22:15
Compare
Choose a tag to compare
  1. Enable region specific client factory (#21)
  2. add cloudformation output for rdklib layer arn (#30)
  3. Added is_applicable flag which allows the user to determine if a resource experiences a "Delete" event (#32)
  4. update the application in AWS Serverless Application Repository with latest dependencies like boto3.

RELEASE 0.2.1

17 Aug 19:59
Compare
Choose a tag to compare
  1. using unittest.mock for python 3
  2. update with latest dependencies like boto3.