Skip to content

Releases: awslabs/aws-config-rdk

RELEASE 0.7.12

26 Oct 20:21
3ac5cb2
Compare
Choose a tag to compare
  1. Added support for AWS Control Tower managed Organizations (#280)
  2. Adding 'SourceHandler' parameter (#277)
  3. Add support for custom lambda function timeout (#274)
  4. Bugfix/issue 272 include tf template files in setup (#273)

RELEASE 0.7.11

11 Aug 19:28
08df139
Compare
Choose a tag to compare

RELEASE 0.7.11

Add support for Python 3.8 (#269)

RELEASE 0.7.10

15 Jul 18:57
d93a2e5
Compare
Choose a tag to compare
  1. Allow deployers to specify a --boundary-policy-arn, which gets injected into the generated AWS::IAM::Role, as PermissionsBoundary. (#264)
  2. Add rule description into rule parameters (#266)

RELEASE 0.7.9

16 Jun 18:18
b400209
Compare
Choose a tag to compare

Bug fix for the below error,
UnboundLocalError: local variable 'ssm_automation' referenced before assignment

RELEASE 0.7.8

05 Jun 19:12
0d3343a
Compare
Choose a tag to compare
  1. Add skipping code bucket creation option for 'rdk init' with --skip-code-bucket-creation and using --custom-code-bucket for 'rdk deploy' with existing bucket
  2. introduce beta feature for create SSM document 'rdk create/modify --automation-document ' (#210)
  3. update accepted_resource_types (add AWS::SNS::Topic and AWS::SQS::Queue)
  4. Add sphinx-argparse to local dev requirements (#243)
  5. adding example cloudformation stack ci(#252)

RELEASE 0.7.7

15 Apr 15:50
a19b25b
Compare
Choose a tag to compare
  1. Feature/Export custom rule to terraform file
    #248