My AWS API is perfectly working in browser and Postman. I have created HTTP listener and HTTP request in mulesoft but it is giving HTTP connectivity error.
Does anyone have any reference material to connect AWS API through mulesoft?
It sounds like you're facing an HTTP connectivity issue while trying to connect your AWS API via MuleSoft. Even though your API works fine in the browser and Postman, MuleSoft may need additional configurations. Ensure that your HTTP request configuration in MuleSoft includes the correct URL, headers (including any necessary authorization tokens), and connection timeout settings. You may also need to configure the TLS (SSL) context in MuleSoft to handle secure connections. Additionally, ensure that the AWS API endpoint is publicly accessible or configure your VPC settings accordingly if it’s a private API. You can refer to MuleSoft documentation or community forums for detailed steps on connecting to AWS APIs.