function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ForceRookieForceRookie 

How to test connection from Lightning Component to Amazon AWS?

Help me on how to code the Test Connection to AWS. Please.

and should I put it on the controller?
User-added image

Lokesh KumarLokesh Kumar
You need to perform a callout in the Apex controller using the AWS login API by passing the values entered in the input boxes.
ForceRookieForceRookie
Hi Lokesh, can you teach or show me on how to do it?