From the course: AWS Essential Training for Architects (2019)

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Lambda and the Gateway API

Lambda and the Gateway API - Amazon Web Services (AWS) Tutorial

From the course: AWS Essential Training for Architects (2019)

Start my 1-month free trial

Lambda and the Gateway API

- [Instructor] I'm going to keep building upon the static HTML web application which I previously set up to be hosted on S3. And continue to add to the serverless architecture. This serverless application that I'm building is a pretty simple one. It's going to allow a user to input some information in a web form, submit that information to be persisted in a data storage service, and retrieve the information back for display. Currently, there is nothing in place to which to submit the information entered. I've already demonstrated this previously using EC2 servers, but this time around I'm going to achieve this in a serverless fashion, utilizing AWS Lambda and the API Gateway. So, let's go back to the console and we'll start by going to Lambda. I'll start typing in Lambda and I get the Lambda service popup. And from here, I haven't gotten started with Lambda yet, so I'm going to create a new function. Here, it…

Contents