Skip to content

0.3.0

Choose a tag to compare

@TooTallNate TooTallNate released this 16 Mar 05:10

Minor Changes

  • Implement base python runtime: f5bbdf0
  • Add python runtime unit test: 05ee001
  • Add types for installNode() function arguments: b637976
  • Remove LAMBDA_DEV_CACHE_DIR env variable to lambdas: 9b99e62
  • Update .editorconfig to latest editorconfig.zeit.sh: 5bffe58
  • Add Python build scripts and Dockerfile: 865f7b8
  • Add python2.7, python3.6 and python3.7 runtimes: 023d2e7

Patches

  • Use proper syntax to get the aws_request_id when sending error response: dade2b8
  • Pass in the event and context to the python function: 8027d4f
  • Stringify the error response so that it can be JSONified: 6782262
  • Run black on Python runtime: b672ebb
  • Simplify pkg-invoke.js code: 7998441
  • Copy over some code from the official python runtime: 8117a1a
  • Fix python test functions spacing: a25dbbe