Skip to content

Releases: awslabs/aws-config-rdk

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