Changes in version 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) Changes in version 0.2.0 (2020-04-15) - 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(). Changes in version 0.1.6 (2017-07-02) - Change get_account() to get_lambda_account() to avoid namespace conflict with aws.iam. Changes in version 0.1.4 - Bump aws.signature dependency to 0.3.4. Changes in version 0.1.3 - Rename alias-related functions to avoid namespace clash with aws.iam. Changes in version 0.1.2 - Update code and documentation. Changes in version 0.1.1 - Initial release.