Skip to content

v0.4.0

Compare
Choose a tag to compare
@rickardl rickardl released this 30 Jul 11:28
· 29 commits to master since this release
989fae4
  • Add support for the publish variable which is used to version lambda functions. When versioning is set to true the qualifying_arn output shows which version number the lambda function is returned. (@jentz)

  • Add support for the source_code_hash variable Used to trigger updates. Must be set to a base64-encoded SHA256 hash of the package file specified with either filename or s3_key. (@monckdav)