Is it possible to use API Destination as Target in EventBridge Scheduler? #6214
Unanswered
angelhodar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I am just testing if its possible to use a destination API as target for the EventBridge Scheduler, which would be amazing as it simplifies a lot the needed infra for one time tasks to be executed in custom backend. I have just created a destination api and connection configured to call my backend in an api endpoint with a POST request. Then I copied the arn of the destination api that AWS shows in the dashboard.
but when I try to execute it then it fails saying the ARN is not in the correct format:
I have only found this as related, but it feels that solution is not correct because it would recreate a destination api for each call
Beta Was this translation helpful? Give feedback.
All reactions