DEV Community

Cover image for CRUD API
jicoing
jicoing

Posted on • Updated on

CRUD API

About

Goal in this workshop is to build a very simple CRUD (Create, read, update, delete) API. Starting with creating a DynamoDB table using the DynamoDB console, to creating a Lambda function in the AWS Lambda console. Next you will configure an HTTP API using the API Gateway console and last, after launching an AWS Cloud9 IDE you will use it to test your API.
Read more: https://simple-crud-api.workshop.aws/

DynamoDB table created

Alt Text

Lambda function created

Alt Text

API is created

Alt Text

Routes created

Alt Text

Integration created

Alt Text

Integration attached

Alt Text

PUT confirm on API call with Cloud9

Alt Text

Item in DynamoDB table

Alt Text

GET all items

Alt Text

GET an item

Alt Text

Delete items

Alt Text

Top comments (0)