Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 874 Bytes

File metadata and controls

32 lines (19 loc) · 874 Bytes

aws.lambda 0.2.0.9000

  • Refactored lambdaHTTP to simplify the call, toward a universal http caller for all aws.* packages. (@jonthegeek, #13)
  • Implemented github actions. (@mikekaminsky)
  • Added tests. (@mikekaminsky and @jonthegeek)

aws.lambda 0.2.0

  • New maintainer (@jonthegeek).
  • Updated license to GPL-3.
  • Deprecated update_function() in favor of update_function_code() and update_function_config().
  • Deprecated make_function_version() in favor of publish_function_version().

aws.lambda 0.1.6

  • Change get_account() to get_lambda_account() to avoid namespace conflict with aws.iam.

aws.lambda 0.1.4

  • Bump aws.signature dependency to 0.3.4.

aws.lambda 0.1.3

  • Rename alias-related functions to avoid namespace clash with aws.iam.

aws.lambda 0.1.2

  • Update code and documentation.

aws.lambda 0.1.1

  • Initial release.