I'm trying create a scheduled trigger to Get data from one API and then Post to another API. I've successfully received and posted data to each API individually using Postman. I've read and watched AWS API Gateway and Lambda documentation but I'm still confused where to start. I've created an API Gateway to get data but when I test it I get access denied from the endpoint.
So your scenario is that you have two APIs, most likely external, that you want to integrate with your code and create a schedule for the execution of it.
The steps will be:
That solution will make sure: