-
Amazon Route 53 is a highly available and scalable DNS web service.
One drawback of Lambda function URLs is that they don't allow custom domains as of writing this. A workaround to this issue is to create a CloudFront distribution where the origin is the function URL. We can then add the distribution as a target for the Route 53 record.
#Cloud Computing #Domain Name Registrar #Domain Names 48 social mentions
-
Automatic, event-driven compute servicePricing:
- Open Source
Let's start with the Lambda@Edge function. Since it's just a regular Lambda function that AWS distributes and deploys to the edge locations, we can have a - more or less - standard Node.js code:.
#Cloud Hosting #Cloud Computing #Object Storage 274 social mentions
-
Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS.
Originally the CloudWatch logs permissions look like this:.
#Monitoring Tools #Log Management #Performance Monitoring 71 social mentions
-
Create, publish, maintain, monitor, and secure APIs at any scale
Lambda function URLs are a great choice for this purpose. They are easy to set up, and an API Gateway - although it's a proper solution - would probably be overkill here.
#API Tools #APIs #Web Service Automation 107 social mentions