I need to send the HTTP response from backend to AWS SQS. I am thinking to implement as java call out or using python script in custom policy. But when trying python (boto3), I am getting below error:-
failed with reason: "ImportError: No module named boto3"
I am not able to find the details for import boto3 python library in Apigee (onPrem). is it possible to do it?
Can you please help me with steps?
Thanks