It depends somewhat on what exactly is configured in AWS but one option could be:
-set up an AWS Lambda function that can retrieve the relevant data from AWS services
-set up API Gateway to give you an endpoint where you could make requests to Lambda from the client.
You could then pass data from the Lambda response into Target as an mbox parameter, which would be attached to the Target profile in real-time