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}}"
}
AWS Certified Solutions Architect Associate Tutorials – IAM – 2019 – Part-1
AWS Certified Solutions Architect Associate Tutorials – IAM – 2019 – Part-2
AWS Certified Solutions Architect Associate Tutorials – S3 – 2019 – Part-3
AWS Certified Solutions Architect Associate Tutorials – S3 – 2019 – Part-4
AWS Certified Solutions Architect Associate Tutorials – SQS-SNS – 2019 – Part-5
AWS Certified Solutions Architect Associate Tutorials – SNS-WATCH-TRAIL-LAMBDA – 2019 – Part-6
AWS Certified Solutions Architect Associate Tutorials – CloudFormation – 2019 – Part-7
AWS Certified Solutions Architect Associate Tutorials – DynamoDB – 2019 – Part-8
AWS Certified Solutions Architect Associate Tutorials – Redshift – 2019 – Part-9
AWS Certified Solutions Architect Associate Tutorials – Route53 – 2019 – Part-10
AWS Certified Solutions Architect Associate Tutorials – RDS-SNOWBALL – 2019 – Part-11
AWS Certified Solutions Architect Associate Tutorials – VPC – 2019 – Part-12
AWS Certified Solutions Architect Associate Tutorials – VPC – 2019 – Part-13
AWS Certified Solutions Architect Associate Tutorials – VPC – 2019 – Part-14
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024