Connecting AWS Lamdba with Microsoft Azure

Guys,

I need to connect to few https links which are only available in Microsoft Azure private cloud from AWS Lambda. I am not sure how may I access these links. Anyone with an idea?

cheers!
ashish

Hi,
You could create a VPN between AWS and Azure and launch your Lambda script within the appropriate VPC on AWS. If you are using DNS names, you may need to create Route53 records.

Check out this document to create the VPN. Good luck.

https://blogs.technet.microsoft.com/canitpro/2016/01/11/step-by-step-connect-your-aws-and-azure-environments-with-a-vpn-tunnel/

Both AWS Lambda and Microsoft support Node.js, Python, and C#, for example. However, AWS Lambda provides further support for Python and Java, while Azure Functions provides support for F# and PHP. Additionally, both run on different execution platforms – AWS Lambda is built from the AMI, which runs on Linux, while Microsoft Azure Functions run in a Windows environment. It is a good idea to create a VPN between AWS and Azure and launch your Lambda script. If you don’t have any idea about that, it’ll be better to take help from any of the cloud consultancy services who will be responsible for all aspects of connecting AWS Lamdba with Microsoft Azure.