Amazon web services – how to use a proxy above an aws lambda invocation
I want to invoke an aws lambda function through java code using the aws lamdba sdk while specifying a proxy above the client. How can I achieve such scenario? I did not manage to locate any documentation on aws docs.…