Recent Releases of https://github.com/awslabs/aws-config-rdklib

https://github.com/awslabs/aws-config-rdklib - 0.3.6

What's Changed

  • Bump gitpython from 3.1.37 to 3.1.41 by @dependabot in https://github.com/awslabs/aws-config-rdklib/pull/73
  • Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in https://github.com/awslabs/aws-config-rdklib/pull/74
  • check-for-az-presence-in-ci by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/75

Full Changelog: https://github.com/awslabs/aws-config-rdklib/compare/0.3.5...0.3.6

- Python
Published by github-actions[bot] over 2 years ago

https://github.com/awslabs/aws-config-rdklib - 0.3.4

What's Changed

  • Don't package boto3 or botocore by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/65
  • Add repr method for Evaluation class by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/64
  • fix #68 - exclude internal.py from packaging by @AlexChesters in https://github.com/awslabs/aws-config-rdklib/pull/69
  • Bump urllib3 from 1.26.16 to 1.26.18 by @dependabot in https://github.com/awslabs/aws-config-rdklib/pull/70

New Contributors

  • @AlexChesters made their first contribution in https://github.com/awslabs/aws-config-rdklib/pull/69

Full Changelog: https://github.com/awslabs/aws-config-rdklib/compare/0.3.3...0.3.4

- Python
Published by github-actions[bot] over 2 years ago

https://github.com/awslabs/aws-config-rdklib - 0.3.3

What's Changed

  • Trigger CFT publish on master push by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/61
  • Remove rdk minor version spec by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/62

Full Changelog: https://github.com/awslabs/aws-config-rdklib/compare/0.3.2...0.3.3

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/awslabs/aws-config-rdklib - 0.3.2

What's Changed

  • give autoexpand permissions by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/49
  • use comma delimited list by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/50
  • create new branch for workflow by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/51
  • Update region in workflow by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/52
  • Public layer by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/53
  • Restructure source for lambda layer package by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/54
  • Bump gitpython from 3.1.32 to 3.1.35 by @dependabot in https://github.com/awslabs/aws-config-rdklib/pull/56
  • Update publish_cft.yaml by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/57
  • Add fallback for ResourceName if not populated by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/58
  • version bump to 0.3.2 by @bmorrissirromb in https://github.com/awslabs/aws-config-rdklib/pull/59

New Contributors

  • @dependabot made their first contribution in https://github.com/awslabs/aws-config-rdklib/pull/56

Full Changelog: https://github.com/awslabs/aws-config-rdklib/compare/0.3.1...0.3.2

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/awslabs/aws-config-rdklib - 0.3.0

What's Changed

  • Update python package version classifiers and fix styling for pep8 by @mbeacom in https://github.com/awslabs/aws-config-rdklib/pull/39
  • Fix #28 - Resolve typos in README.rst by @mbeacom in https://github.com/awslabs/aws-config-rdklib/pull/37
  • Remove remaining 3.6 python references by @mbeacom in https://github.com/awslabs/aws-config-rdklib/pull/40
  • RELEASE 0.3.0 by @mbeacom in https://github.com/awslabs/aws-config-rdklib/pull/41

New Contributors

  • @mbeacom made their first contribution in https://github.com/awslabs/aws-config-rdklib/pull/39

Full Changelog: https://github.com/awslabs/aws-config-rdklib/compare/0.2.3...0.3.0

- Python
Published by mbeacom over 3 years ago

https://github.com/awslabs/aws-config-rdklib - RELEASE 0.2.3

  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 assumerolemode=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

- Python
Published by mbeacom over 3 years ago

https://github.com/awslabs/aws-config-rdklib - RELEASE 0.2.2

  1. Enable region specific client factory (https://github.com/awslabs/aws-config-rdklib/pull/21)
  2. add cloudformation output for rdklib layer arn (https://github.com/awslabs/aws-config-rdklib/pull/30)
  3. Added is_applicable flag which allows the user to determine if a resource experiences a "Delete" event (https://github.com/awslabs/aws-config-rdklib/pull/32)
  4. update the application in AWS Serverless Application Repository with latest dependencies like boto3.

- Python
Published by rickychau2780 over 4 years ago

https://github.com/awslabs/aws-config-rdklib - RELEASE 0.2.1

  1. using unittest.mock for python 3
  2. update with latest dependencies like boto3.

- Python
Published by rickychau2780 almost 5 years ago