From the course: Building Dynamic Websites using AWS Lambdas

Unlock the full course today

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

Hello Lambda!

Hello Lambda! - Amazon Web Services (AWS) Tutorial

From the course: Building Dynamic Websites using AWS Lambdas

Start my 1-month free trial

Hello Lambda!

- [Instructor] So we have an API gateway set up and we've got a resource for feeback and we've got an action for post. Now we need a Lambda. Go ahead and open a new tab up just so you can leave your API gateway in progress because we're going to come back to that really soon. Go into the console again and this time, we want to go to Lambda. That's going to show up and you're going to get really a pretty handy walkthrough here. So if I click create function which is what we want to do, we're going to author this from scratch. And we need a function name so let's call this send feedback. Now, we call it that because it's actually going to take the feedback it receives and send it on somewhere else, eventually to an email address. I'm going to be using Node throughout this set of lessons but you can obviously feel free to use any of these runtimes. There's .net, there's Java, there's Python. And for the most part,…

Contents