Skip to content

v3.5.0

Compare
Choose a tag to compare
@bryantbiggs bryantbiggs released this 25 Feb 19:45
ac5f5aa

3.5.0 (2022-02-25)

Features

  • Add support for specifiying Lambda architectures to allow ARM based functions (#12) (ac5f5aa)
    • Add attribute architectures to allow users to opt into using ARM based functions
    • Update default Python runtime from 3.7 to 3.9 - 3.7 is not supported by ARM functions, only 3.8-3.9 are and the code is compatible across all 3 runtimes so upgrading to the latest
    • Update S3 bucket module to latest which pins provider at v3.x; next update will be when new S3 module is released to support provider v4.x