

# Tutorial: Test your configuration
<a name="cwet_test"></a>

You can now test your EventBridge configuration by submitting a job to your job queue. If everything is configured properly, your Lambda function is triggered and it writes the event data to a CloudWatch Logs log stream for the function.

**To test your configuration**

1. Open the Amazon Batch console at [https://console.amazonaws.cn/batch/](https://console.amazonaws.cn/batch/).

1. Submit a new Amazon Batch job. For more information, see [Tutorial: submit a job](submit_job.md).

1. Open the CloudWatch console at [https://console.amazonaws.cn/cloudwatch/](https://console.amazonaws.cn/cloudwatch/).

1. On the navigation pane, choose **Logs** and select the log group for your Lambda function (for example, **/aws/lambda/**{{my-function}}).

1. Select a log stream to view the event data. 