eladi99 commented on PR #32259: URL: https://github.com/apache/airflow/pull/32259#issuecomment-1612984573
This PR is meant to solve this issue I've opened: https://github.com/apache/airflow/issues/32227 InvokeLambdaFunctionOperator now accepts bytes or str for its payload argument. If the value is str, it is converted into bytes using encode() method. This will fix incompatibility with corresponding boto3 functionality while not breaking the API. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
