AWS Compute Blog
Category: Application Services
HAQM 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 HAQM API Gateway native integration with AWS WAF. Previously, if you wanted to secure your API in HAQM API Gateway with AWS WAF, you had to deploy a Regional API endpoint and use your own […]
Read MoreSupport for multi-value parameters in HAQM API Gateway
This post is courtesy of Akash Jain, Partner Solutions Architect – AWS The new multi-value parameter support feature for HAQM 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 […]
Read MoreOverriding request/response parameters and response status in HAQM 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 […]
Read MoreICYMI: 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 […]
Read MoreImplementing Serverless Video Subtitles
This post is courtesy of Maxime Thomas, DevOps Partner Solutions Architect – AWS This story begins when I joined AWS at the beginning of the year. I had a hard time during my ramp-up period trying to handle the amount of information coming from all directions. Technical training, meetings, new colleagues, in a worldwide company—the […]
Read MoreInvestigating 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 […]
Read MoreDeveloping .NET Core AWS Lambda functions
This post is courtesy of Mark Easton, Senior Solutions Architect – AWS One of the biggest benefits of Lambda functions is that they isolate you from the underlying infrastructure. While that makes it easy to deploy and manage your code, it’s critical to have a clearly defined approach for testing, debugging, and diagnosing problems. There’s […]
Read MoreICYMI: Serverless Q2 2018
The better-late-than-never edition! Welcome to the second 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! The second quarter of 2018 flew by […]
Read MoreProtecting your API using HAQM API Gateway and AWS WAF — Part 2
This post courtesy of Heitor Lessa, AWS Specialist Solutions Architect – Serverless In Part 1 of this blog, we described how to protect your API provided by HAQM API Gateway using AWS WAF. In this blog, we show how to use API keys between an HAQM CloudFront distribution and API Gateway to secure access to […]
Read MoreCentralizing security with HAQM API Gateway and cross-account AWS Lambda authorizers
This post courtesy of Diego Natali, AWS Solutions Architect Customers often have multiple teams working on APIs. They might have separate teams working on individual API functionality, and another handling secure access control. You can now use an AWS Lambda function from a different AWS account as your API integration backend. Cross-account Lambda authorizers allow […]
Read More