Changes in this release:
- Fixed an error when new lambda functions had tags specified.
- Switched to using
yaml.safe_load()
for secure loading of untrusted lambda definition files. - Accept configuation files called
aws-lambda.json
instead ofaws-lambda.yml
.- Note that since YAML is actually a superset of JSON, the YAML parser is still used here.