Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@jammycakes jammycakes released this 17 Feb 16:49
· 25 commits to development since this release
3aa4727

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 of aws-lambda.yml.
    • Note that since YAML is actually a superset of JSON, the YAML parser is still used here.