Compare with 0.5 courses

Project 10 - How to create a CRUD Serverless API with AWS Lambda, API Gateway and a DynamoDB from Scratch

Project 10 - How to create a CRUD Serverless API with AWS Lambda, API Gateway and a DynamoDB from Scratch

$10

Learn how to build a fully serverless CRUD API using AWS Lambda, API Gateway, and DynamoDB. This hands-on lab covers creating a RESTful API, integrating services, and testing endpoints with real HTTP requests.

Learn more
Has discount
Expiry period 1 Months
Made in English
Last updated at Tue Dec 2025
Level
Beginner
Total lectures 1
Total quizzes 0
Total duration Hours
Total enrolment 0
Number of reviews 0
Avg rating
Short description Learn how to build a fully serverless CRUD API using AWS Lambda, API Gateway, and DynamoDB. This hands-on lab covers creating a RESTful API, integrating services, and testing endpoints with real HTTP requests.
Outcomes
  • Create and configure a DynamoDB table as a NoSQL data store
  • Develop and deploy a Lambda function for CRUD operations
  • Set up an HTTP API Gateway with routes and integrations
  • Connect API Gateway routes to a Lambda backend
  • Test API endpoints using curl commands
  • Clean up AWS resources to manage costs
Requirements
  • An active AWS account
  • Basic understanding of REST APIs and HTTP methods
  • Familiarity with Node.js or JavaScript (for Lambda code)
  • Access to AWS Management Console
  • Command-line tool (curl or Postman) for testing