AWS Compute Blog
Announcing nested applications for AWS SAM and the AWS Serverless Application Repository
Serverless application architectures enable you to break large projects into smaller, more manageable services that are highly reusable and independently scalable, secured, and evolved over time. As serverless architectures grow, we have seen common patterns that get reimplemented across companies, teams, and projects, hurting development velocity and leading to wasted effort. We have made it […]
Introducing the C++ Lambda Runtime
This post is courtesy of Marco Magdy, AWS Software Development Engineer – AWS SDKs and Tools Today, AWS Lambda announced the availability of the Runtime API. The Runtime API allows you to write your Lambda functions in any language, provided that you bundle it with your application artifact or as a Lambda layer that your […]
Announcing Ruby Support for AWS Lambda
This post is courtesy of Xiang Shen Senior – AWS Solutions Architect and Alex Wood Software Development Engineer – AWS SDKs and Tools Ruby remains a popular programming language for AWS customers. In the summer of 2011, AWS introduced the initial release of AWS SDK for Ruby, which has helped Ruby developers to better integrate and […]
Python 3.7 runtime now available in AWS Lambda
This post is courtesy of Shivansh Singh, Partner Solutions Architect – AWS We are excited to announce that you can now develop your AWS Lambda functions using the Python 3.7 runtime. Start using this new version today by specifying a runtime parameter value of “python3.7″ when creating or updating functions. AWS continues to support creating new […]
Amazon API Gateway adds support for AWS WAF
This post courtesy of Heitor Lessa, AWS Specialist Solutions Architect – Serverless Today, I’m excited to tell you about the Amazon API Gateway native integration with AWS WAF. Previously, if you wanted to secure your API in Amazon API Gateway with AWS WAF, you had to deploy a Regional API endpoint and use your own […]
Windows @ AWS re:Invent 2018
This post is courtesy of Rodney Bozo, Senior Solutions Architect – Microsoft Technologies – AWS Windows has been a first-class citizen at AWS for over a decade. More enterprises run Windows workloads today on AWS than any other cloud—according to IDC, it’s over 57%, 2X than the next provider. Over this period, we’ve worked with […]
Support for multi-value parameters in Amazon API Gateway
This post is courtesy of Akash Jain, Partner Solutions Architect – AWS The new multi-value parameter support feature for Amazon API Gateway allows you to pass multiple values for the same key in the header and query string as part of your API request. It also allows you to pass multi-value headers in the API response to implement […]
Overriding request/response parameters and response status in Amazon API Gateway
This post is courtesy of Akash Jain, Partner Solutions Architect – AWS APIs are driving modern architectures. Many customers are moving their traditional architecture to service-oriented or microservices-based architectures. As part of this transition, you may face a few complex situations. For example, a backend API returns an HTTP status code of 2XX that must […]
ICYMI: Serverless Q3 2018
Welcome to the third edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. Every quarter, we share all of the most recent product launches, feature enhancements, blog posts, webinars, Twitch live streams, and other interesting things that you might have missed! If you didn’t see them, catch our Q1 ICYMI and […]
Investigating spikes in AWS Lambda function concurrency
This post is courtesy of Ian Carlson, Principal Solutions Architect – AWS As mentioned in an earlier post, a key benefit of serverless applications is the ease with which they can scale to meet traffic demands or requests. AWS Lambda is at the core of this platform. Although this flexibility is hugely beneficial for our customers, sometimes […]