Skip to content

Releases: diodonfrost/terraform-aws-lambda-nuke

3.0.0

18 Apr 22:23
f26340b

Choose a tag to compare

Features

  • lambda: parameterize Lambda runtime (f064df8)
  • lambda: update default Python runtime from 3.7 to 3.11 (f26340b)

BREAKING CHANGES

  • lambda: Default Lambda runtime has been updated from Python 3.7 to 3.11.
    This change is necessary as AWS Lambda no longer supports Python 3.7.
    This change may affect existing deployments that rely on the default runtime value.

2.12.1

01 Mar 23:41
197387a

Choose a tag to compare

Bug Fixes

  • log: grant lambda scheduler to write log (197387a)

2.12.0

01 Jan 03:45
9edfb67

Choose a tag to compare

Features

  • terraform: add tags variable (19bb8d4)

2.11.0

28 Dec 20:22
d56ac92

Choose a tag to compare

Performance Improvements

  • python: optimize aws_regions loop (204e58a)
  • python: use singleton class to initialize connection to aws (2395f08)

2.10.1

20 Dec 15:05
6bc4891

Choose a tag to compare

Bug fixes

  • terraform: apply terraform fmt (e10eb9f)

CI

  • tflint: update terraform version (cfc0b4c)
  • travis-ci: removing travis-ci pipeline (706bc0c)

Tests

  • sanity: stop sanity script when error is found (5c7ed0f)

2.10.0

08 Nov 17:49
f2901a4

Choose a tag to compare

Test

  • poetry: add python pyproject.toml file (d59483f)
  • pytest: set python_path directly in pytest.ini (70e7b98)
  • kitchen-ci: removing kitchen-ci test (8722edb)

2.9.0

11 Sep 23:13
785c935

Choose a tag to compare

Added

  • Python 3.8 support
  • Kafka nuke support

Changed

  • Restrict iam log group policy
  • Improve security group exceptions
  • Restrict cloudwatch log group policy
  • Pytest: freeze moto version

2.8.0

07 Mar 00:20
ef403f9

Choose a tag to compare

Added

  • Nuke ec2 snapshot
  • Nuke ec2 ami

2.7.1

28 Feb 21:59
40127db

Choose a tag to compare

Added

  • Waiting for instances in terminated state

Changed

  • Do not delete resource with no datetime if older_than not equal zero

2.7.0

23 Feb 15:03
ed1db4a

Choose a tag to compare

Added

  • Nuke emr cluster
  • Nuke security group rule