https://github.com/jmb12686/aws-lambda-functions
Repository for all my AWS Lambda functions - DEPRECATED
https://github.com/jmb12686/aws-lambda-functions
Last synced: 2 months ago
JSON representation
Repository for all my AWS Lambda functions - DEPRECATED
- Host: GitHub
- URL: https://github.com/jmb12686/aws-lambda-functions
- Owner: jmb12686
- Created: 2017-12-08T19:54:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T01:26:58.000Z (almost 8 years ago)
- Last Synced: 2025-06-14T17:52:34.779Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-lambda-functions
# Repository for all my AWS Lambda functions.## Dynamic DNS for Home
I am currently using the two Lambda functions (**_EchoCallerIP_** and **_UpdateHomeDNS_**) to
effectively replace a DDNS provider. I have setup my own domain in Route 53 and exposed endpoints via AWS API Gateway to invoke these Lambda functions.For convenience, I setup a "Custom Domain Name" in API Gateway to point the exposed API, and secured it with valid HTTPS certs with AWS Certificate Manager. This allows a clean and concise
domain name, that I own, to point to my API.Please note, the API Gateway endpoint that exposes the UpdateHomeDNS Lambda function is **secured** via API Key authentication on the API Gateway.