Working with input (Serverless framework tutorial, #9)

Learn how to work with user input in your Lambda functions. I’ll show you how to accept GET querystring parameters as well as accepting POST requests with some data in the body.
Back to Top