Table of Contents

 

Copyright

Brief Table of Contents

Table of Contents

Foreword

Preface

Acknowledgments

About this Book

About the cover Illustration

1. First steps

Chapter 1. Running functions in the cloud

1.1. Introducing AWS Lambda

1.2. Functions as your back end

1.3. A single back end for everything

1.4. Event-driven applications

1.5. Calling functions from a client

Summary

Chapter 2. Your first Lambda function

2.1. Creating a new function

2.2. Writing the function

2.3. Specifying other settings

2.4. Testing the function

2.5. Executing the function through the Lambda API

Summary

Exercise

Solution

Chapter 3. Your function as a web API

3.1. Introducing the Amazon API Gateway

3.2. Creating the API

3.3. Creating the integration

3.4. Testing the integration

3.5. Transforming the response

3.6. Using resource paths as parameters

3.7. Using the API Gateway context

Summary

Exercise

Solution