AWS EventBridge schedule to invoke API Gateway endpoing

0

I'm trying to build a schedule in AWS EventBridge that is going to invoke an API Gateway endpoint on a specific rate. However, I'm not able to specify the API Gateway endpoint when creating the schedule. I couldn't find examples in the documentation about the JSON body that I need to provide to specify the API Gateway ARN, endpoint and headers.

I reviewed this AWS EventBridge documentation: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-api-gateway-target.html but did not find details about how to specify the API Gateway endpoint.

2 Answers
0

What are you trying to use to create the schedule? If you're using the EventBridge console, it's under "Rules" / "Create Rule" / "Schedule". Or are you trying to create it via an API, CLI, CloudFormation etc?

EXPERT
answered a year ago
0

I was trying to use "Scheduler" / "Schedules" / "Create Schedule" but I got this screen after selecting API Gateway V1 / Invoke

schedule-api-gateway

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions