Tag swagger
Create a serverless RESTful API with API Gateway, Swagger, Lambda, and DynamoDB
This article teaches you how to create a serverless RESTful API on AWS. You will use OpenAPI Specification formerly known as Swagger Specification to define the API and API Gateway in combination with Lambda to implement the API. DynamoDB is used to sto...
Read more