Skip to content
#

api-gateway

An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.

Here are 74 public repositories matching this topic...

In this repo, I loose the Lambda altogether and have API Gateway directly invoke DynamoDB, to create a full suite of create, read, update, and delete (CRUD) operations. Other posts I've read only cover how to partially do this manually in the AWS console and not in code using Swagger and SAM, which is what I will show you here. Using Swagger and…

  • Updated Jan 19, 2020
  • Shell
Followers
97.7k followers
Wikipedia
Wikipedia

Related Topics

graphql-api rest-api rpc soap wsdl