Reputation: 1
When triggering an AWS Glue job through EventBridge and passing input arguments (e.g., --fname, --lname), the Lambda function triggered by the Glue job state change event does not receive or display these input arguments in the event payload.
The input arguments passed to AWS Glue should be included in the event payload received by the Lambda function so that they can be processed accordingly.
Upvotes: 0
Views: 11