Hello, I have been able to receive the corresponding data according to the python example of RDP, but the boto3 docking AWS_SQS in the python example has been encapsulated. I can't imitate it through Java. Can you give me some suggestions?
Hello @1876072456
The Boto3 is the AWS SDK for Python. If you want to use Java with AWS, you need the AWS SDK for Java libraries.
Please refer to my colleague answer in this post and you can find more detail regarding the RDP/AWS Message Delivery flow (that should be similar to any programming languages) from the following resources: