AWS API Gateway with HTTP, Lambda, DynamoDB, and iOS [Updated: 12/12/2022]

Posted By: IrGens

AWS API Gateway with HTTP, Lambda, DynamoDB, and iOS [Updated: 12/12/2022]
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 33m | 253 MB
Instructor: Bear Cahill

Learn how to create RESTful APIs the easy way with Amazon Web Services (AWS). The AWS API Gateway allows developers to create custom RESTful APIs with whatever logic, endpoints, format, and code they choose, along with an SDK for the client of choice, such as iOS. You can even wrap another API or call code to return data.

In this course, instructor Bear Cahill shows how to create RESTful APIs with the API Gateway, using HTTP requests and AWS Lambda functions to read and write to an AWS DynamoDB. Plus, learn how to use the generated API to create the source code for the client project—an iOS app—with Swagger.

Learning objectives

    Creating APIs with the AWS API Gateway
    Using GET, DELETE, and POST methods and models
    Generating SDKs
    Creating DynamoDB tables
    Creating Lambda functions
    Creating APIs for Lambda
    Generating the client API with Swagger