AWS Architecture Blog

Salvatore Alessandro

Author: Salvatore Alessandro

Salvatore Alessandro is a Solutions Architect at Amazon Web Services. He supports Iberia ISV Customers on their cloud journey. He is passionate about Cloud and Serverless Technologies. When not working, he likes to spend time with his wife, traveling and enjoying life.

Lambda behind static IP diagram

Expose AWS Lambda Function Behind Static IP When a DNS Cannot be Managed

Up until recently, the best practice to expose an AWS Lambda function has been to use Amazon API Gateway. This solution protects your functions from direct client traffic. This is explained in the API Gateway tutorial, where Amazon API Gateway acts as a proxy in front of the Lambda function. This practice is useful when […]