- 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)
- New maintainer (@jonthegeek).
- Updated license to GPL-3.
- Deprecated
update_function()in favor ofupdate_function_code()andupdate_function_config(). - Deprecated
make_function_version()in favor ofpublish_function_version().
- Change
get_account()toget_lambda_account()to avoid namespace conflict with aws.iam.
- Bump aws.signature dependency to 0.3.4.
- Rename alias-related functions to avoid namespace clash with aws.iam.
- Update code and documentation.
- Initial release.