Expose AWS Lambda Function Behind Static IP When a DNS Cannot be Managed
AWS FeedExpose 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…