Amazon API Gateway LaunchPad
The Amazon API Gateway provides a consistent integrated experience for the building of serverless applications. The Gateway handles the processing of API calls.
API Gateway can act as the entryway that allows access to data, business logic, and/or functionality from your backend services.
Training:
The following training resources are really good to get up to speed on working with Amazon API Gateway:
Video: Introduction to Amazon API Gateway - 10 minutes - AWS SkillBuilder - Free
e-Learning: Architecting Serverless Solutions - 3 hours - AWS SkillBuilder - Free
e-Learning: Amazon API Gateway for Serverless Applications - 2 hours - AWS SkillBuilder - Free
e-Learning: The Amazon API Gateway Workshop - 3 hours - AWS Workshops - Free (labs may incur cost)
Documentation: ALL Amazon API Gateway Documentation - AWS
Syntax Guidance:
Amazon API Gateway provides APIs for creating and deploying your APIs, also the APIs are available in standard AWS SDKs. If you are using a language for which an AWS SDK exists, you may prefer to use the SDK rather than using the API Gateway REST APIs directly.
Using the SDKs makes authentication simpler, integrates easily with your development environment, and provides easy access to API Gateway commands. Here are some resources where you'll find more information about the AWS SDKs and the REST API reference documentation:
Amazon API Gateway Version 1 API Reference - REST APIs - AWS
Amazon API Gateway Version 2 API Reference - WebSocket and HTTP APIs - AWS
References:
These references have multiple artifacts that can help you learn more about API Gateway.
Subscribe to my newsletter
Read articles from Carlos del Castillo directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by