- Pop logger:None off of action_kwargs before continuing so we don't get crazy kwargs during debug/testing.
1.0.4
- Increase verbosity of InvalidInputError messages. - Remove black from the env; it should be installed locally atm.
1.0.3
- Fix date in CHANGELOG
1.0.2
Changed - Switched function call back to nested dictionary expansion to fix "f() got multiple values for keyword argument 'logger'" - Add kinesis build() tests matching those added for sqs in 1.0.1
1.0.1
Changed - Updated lpipe.sqs.build to accept message_group_id - Updated the function signatures of kinesis and sqs helpers for single and batch messages/records.
0.2.2
Added - Assert Action() functions are instance of types.FunctionType