AWS API Gateway with HTTP, Lambda, DynamoDB, and iOS

Go to class
Write Review

Free Online Course: AWS API Gateway with HTTP, Lambda, DynamoDB, and iOS provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. AWS API Gateway with HTTP, Lambda, DynamoDB, and iOS is taught by Bear Cahill.

Overview
  • Create RESTful APIs the easy way with AWS API Gateway. Learn how to build APIs for iOS and other platforms with API Gateway.

Syllabus
  • Introduction

    • Easy RESTful API creation
    • What you should know
    1. Getting Started with API Gateway
    • AWS components intro
    • Create an API in API Gateway
    • Create a mock GET API method
    2. API Gateway to HTTP Service
    • GET resource, method, and model
    • GET method and model for multiple items
    • DELETE method and model
    • POST method and model
    • Generate an SDK with Swagger
    • iOS client SDK generation
    3. DynamoDB and Lambda
    • Create a DynamoDB table
    • Create a Lambda function
    • Test POST to table
    • Test GET from table
    4. API Gateway to Lambda
    • Create an API for Lambda
    • Create a GET request
    • Create a multiple-item GET request
    • Create a DELETE request
    • Create a POST request
    • Create a PUT request
    5. Client SDK from Swagger
    • Review the creation process
    • Generate an iOS SDK with Swagger
    • Create and configure the client project
    • Exercise the SDK in the iOS app
    Conclusion
    • Next steps