AWS Compute Blog
Node.js 22 runtime now available in AWS Lambda
This post is written by Julian Wood, Principal Developer Advocate, and Andrea Amorosi, Senior SA Engineer. You can now develop AWS Lambda functions using the Node.js 22 runtime, which is in active LTS status and ready for production use. Node.js 22 includes a number of additions to the language, including require()ing ES modules, as well as changes to the runtime […]
Implementing custom domain names for private endpoints with Amazon API Gateway
This post is written by Heeki Park, Principal Solutions Architect Amazon API Gateway is introducing custom domain name support for private REST API endpoints. Customers choose private REST API endpoints when they want endpoints that are only callable from within their Amazon VPC. Custom domain names are simpler and more intuitive URLs that you can […]
The serverless attendee’s guide to AWS re:Invent 2024
AWS re:Invent 2024 offers an extensive selection of serverless and application integration content. AWS re:Invent Banner For detailed descriptions and schedule, visit the AWS re:Invent Session Catalog. Join AWS serverless experts and community members at the AWS Modern Apps and Open Source Zone in the AWS Expo Village. This serves as a hub for serverless […]
Using zonal shift with Amazon EC2 Auto Scaling
This post is written by Michael Haken, Senior Principal Solutions Architect, AWS Today, we’re announcing support for zonal shift in Amazon EC2 Auto Scaling. Zonal shift allows you to rapidly recover from application impairments in a single Availability Zone (AZ) impacting your Auto Scaling Group (ASG) resources. In this post, we describe how performing an […]
Python 3.13 runtime now available in AWS Lambda
This post is written by Julian Wood, Principal Developer Advocate, and Leandro Cavalcante Damascena, Senior Solutions Architect Engineer. AWS Lambda now supports Python 3.13 as both a managed runtime and container base image. Python is a popular language for building serverless applications. The Python 3.13 release includes a number of changes to the language, the implementation, and the […]
Reduce your Microsoft licensing costs by upgrading to 4th generation AMD processors
This post is written by Jeremy Girven, Solutions Architect at AWS and Chase Lindeman, Senior Specialist Solutions Architect at AWS. Amazon Web Services (AWS) and AMD have collaborated since 2018 to deliver cost effective performance for a broad variety of Microsoft workloads, such as Microsoft SQL Server, Microsoft Exchange Server, Microsoft SharePoint Server, Microsoft Systems […]
Efficiently monitor your On Demand Capacity Reservations (ODCR) by Grouping on CloudWatch Dimensions
This post is written by Ballu Singh, Principal Solutions Architect at AWS, Ankush Goyal, Enterprise Support Lead in AWS Enterprise Support, Hasan Tariq, Principal Solutions Architect with AWS and Ninad Joshi, Senior Solutions Architect at AWS. The On-Demand Capacity Reservations (ODCR) allows you to reserve compute capacity for your Amazon Elastic Compute Cloud (Amazon EC2) […]
Retaining Optimize CPUs configuration during Amazon EC2 scaling to save on licensing costs
This post is written by Rafet Ducic, Senior Solutions Architect at Amazon Web Services (AWS) Introduction Amazon Elastic Compute Cloud (Amazon EC2) now lets you modify CPU configurations after an instance has launched. With this new feature, users can change instance CPU settings either by directly modifying the CPU configuration, or when changing instance size […]
The attendee’s guide to the AWS re:Invent 2024 Compute track
This post is written by Markus Adhiwiyogo, Senior Product Marketing Manager at Amazon Web Services (AWS) From December 2nd to December 6th, AWS will hold its annual premier learning event: re:Invent. At this event, attendees can become stronger and more proficient in any area of AWS technology through a variety of experiences: large keynotes given […]
Introducing an enhanced local IDE experience for AWS Lambda developers
AWS Lambda is introducing an enhanced local IDE experience to simplify Lambda-based application development. The new features help developers to author, build, debug, test, and deploy Lambda applications more efficiently in their local IDE when using Visual Studio Code (VS Code). Overview The IDE experience is part of the AWS Toolkit for Visual Studio Code. […]