All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed a url parsing bug exposed by the newest url-parse module which caused the URL passed to the lambda to be missing a leading forward slash.
1.3.1 - 2020-11-12
- Move away from module declarations due to limitations (cannot export types in addition to a default export).
1.3.0 - 2020-11-11
- Exposed
AlphaInstance
,AlphaOptions
so that consuming projects don't have juggle different versions ofaxios
(AxiosInstance
).
1.2.3 - 2020-10-07
- Fixed issue with asynchronously invoked callbacks when using the "Lambda Handler Targets".
1.2.1 - 2020-07-31
- Upgraded
axios
to fix bug that caused default query params to get ignored