Serverless Programming Cookbook
上QQ阅读APP看书,第一时间看更新

Building Serverless REST APIs with API Gateway

This chapter will cover the following topics:

  • Building your first API using the AWS CLI
  • Building your first API using Amazon CloudFormation
  • Building your first API with Lambda integration
  • Building and testing your first POST API method
  • Mapping requests and responses using mapping templates
  • Validating request payloads with models
  • Using Lambda and APIs with proxy integration