menu search
brightness_auto
more_vert
I am trying to call my AWS API through mulesoft.

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?
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike

1 Answer

more_vert

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.

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike

2.7k questions

226 answers

147 comments

519k users

...