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.

Enable Lambda proxy integration

Enable Lambda proxy integration - Amazon Web Services (AWS) Tutorial

From the course: Building Dynamic Websites using AWS Lambdas

Start my 1-month free trial

Enable Lambda proxy integration

- [Instructor] So far in our adventures in server-less land, most of the things we've done have improved the process. We've had to do less and we've gotten more out of it, we found simpler ways to do things that were once complex. Unfortunately we've now got to do something a little more complex to do something simple. Here's what I mean. I'm looking at the feedback resource in the GET and POST actions. We've been able to set up a couple of simple lambda functions that respond to those particular actions. Great. However, we have a form submitting to this feedback post, at least that's the intention, and we'll be doing that very soon. And when a form submit something to an API gateway, the API gateway actually does a fair bit of mangling of that request. It's all in a good cause. It's trying to make sure that things are set up a certain way. So you have a choice if you want to get the data from your form into…

Contents