Serverless APIs with AWS Lambda and API Gateway
Serverless architectures remove load from web servers and scale flawlessly to handle any volume while keeping you from paying for an instant of wasted idle time. Bill Boulden walks you through creating a functioning serverless API that coexists alongside conventionally served web pages using AWS Lambda and API Gateway.
Talk Title | Serverless APIs with AWS Lambda and API Gateway |
Speakers | Bill Boulden (ClearView Social) |
Conference | Velocity |
Conf Tag | Build resilient systems at scale |
Location | New York, New York |
Date | September 20-22, 2016 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
It’s natural in many projects to put the responsibility of responding to API calls, with their highly variable computing needs, on the same infrastructure that serves web pages and assets. A serverless architecture that uses API Gateway to route calls to AWS Lambda for on-demand, pay-by-the-millisecond execution removes load from web servers and scales flawlessly to handle any volume while keeping you from paying for an instant of wasted idle time. Bill Boulden walks you through creating a functioning serverless API that coexists alongside conventionally served web pages using AWS Lambda and API Gateway. Topics include: