Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals

Microservices demo using AWS Lambda, Dynamo DB and API Gateway

Project blueprint of Lambda – microservice-http-endpoint

Description – simple backend (read/write to DynamoDB) with a RESTful API endpoint using Amazon API Gateway.

Make sure that Dynamo DB “raja” and token_id “Primary partition key token_id (Number)” must be exist.

POSTMAN for following script



{
	"httpMethod": "GET",
	"queryStringParameters": {
	"TableName": "raja"
    }
}

{
"httpMethod": "POST",
"body": "{\"TableName\":\"raja\",\"Item\": {\"token_id\": 1,\"Token\": 33333}}"
}

{
"httpMethod": "POST",
"body": "{\"TableName\":\"raja\",\"Item\": {\"token_id\": 2,\"Token\": 33333}}"
}

{
"httpMethod": "POST",
"body": "{\"TableName\":\"raja\",\"Item\": {\"token_id\": 3,\"Token\": 33333}}"
}Code language: JSON / JSON with Comments (json)

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.