plain-megabyte-75926
04/15/2025, 12:01 PMbrief-egg-61061
04/15/2025, 12:01 PMbrief-egg-61061
04/15/2025, 12:02 PMory create event-stream \ --project "$YOUR_PROJECT_ID" \ --type sns \ --aws-sns-topic-arn "$YOUR_TOPIC_ARN" \ --aws-iam-role-arn "$YOUR_IAM_ROLE_ARN"
The API also supports managing event streams with endpoints like: - PUT /projects/{project_id}/eventstreams/{event_stream_id}
to update an event stream - There are also endpoints for listing event streams Note that authentication is required to perform these operations, specifically using the oryWorkspaceApiKey
method [Authentication](https://www.ory.sh/docs/reference/api). If you're looking for other ways to access event logs or if you need a different destination than AWS SNS, the documentation suggests reaching out to Ory directly: "Is your workload not running on AWS or you don't want to use SNS? [Reach out](https://www.ory.sh/contact/) to discuss your requirements!" [Configure event streams](https://www.ory.sh/docs/actions/live-events#configure-event-streams). For more detailed information about configuring event streams, please refer to the [Live event streams documentation](https://www.ory.sh/docs/actions/live-events).