v0.4.0
-
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)