Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@diodonfrost diodonfrost released this 18 Apr 22:23
· 3 commits to master since this release
f26340b

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.