Announcing AWS Lambda Function URLs: Built-in HTTPS Endpoints for Single-Function Microservices

Organizations are adopting microservices architectures to build resilient and scalable applications using AWS Lambda. These applications are composed of multiple serverless functions that implement the business logic. Each function is mapped to API endpoints, methods, and resources using services such as Amazon API Gateway and Application Load Balancer. But sometimes all you need is a simple way to configure an HTTPS endpoint in front of your function without having to learn, configure, and operate additional services besides Lambda. For example, you might need to implement a webhook handler or a simple form validator that runs within an individual Lambda function. Today, I’m happy to announce the general availability of Lambda Function URLs, a new feature that lets you add HTTPS…

AWS Week in Review – April 4, 2022

This post is part of our Week in Review series. Check back each week for a quick round up of interesting news and announcements from AWS! Welcome to the April 4 edition of the AWS Week in Review. This week, alongside the main launches, I also captured a couple of new capabilities, such as a new API to manage your AWS accounts within AWS Organizations, an easier process to update your AWS Lambda layers, and a new behavior of Amazon Elastic Compute Cloud (Amazon EC2). Last Week’s Launches Here are some launches that caught my attention last week: Sustainability Pillar is now available in the Well Architect Tool – The Well Architected Tool is a central place for cloud architecture best…

New – Cloud NGFW for AWS

In 2018 I wrote about AWS Firewall Manager (Central Management for Your Web Application Portfolio) and showed you how you could host multiple applications, perhaps spanning multiple AWS accounts and regions, while maintaining centralized control over your organization’s security settings and profile. In the same way that Amazon Relational Database Service (RDS) supports multiple database engines, Firewall Manager supports multiple types of firewalls: AWS Web Application Firewall, AWS Shield Advanced, VPC security groups, AWS Network Firewall, and Amazon Route 53 DNS Resolver DNS Firewall. Cloud NGFW for AWS Today we are introducing support for Palo Alto Networks Cloud NGFW in Firewall Manager. You can now use Firewall Manager to centrally provision & manage your Cloud next-generation firewall resources (also called…

AWS Week in Review – March 28, 2022

This post is part of our Week in Review series. Check back each week for a quick round up of interesting news and announcements from AWS! Welcome to another round up of the most significant AWS launches from the previous week. Among the most relevant news, we have improvements done in AWS Lambda, a new service for game developers, and we are back with the AWS Summits all around the world. Last Week’s Launches Here are some launches that got my attention during the previous week. AWS Lambda Now Supports Up to 10 GB Ephemeral Storage – This new launch allows you to configure the temporary file system capacity (/tmp) of Lambda up to 10 GB! This is very useful…