0% found this document useful (0 votes)
38 views1 page

My Interview Plan: Topic: AWS

AWS Lambda is a serverless compute service that runs code in response to events, managing resources automatically. Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability, allowing users to store and retrieve any amount of data to serve any level of request traffic. This interview plan addresses AWS Lambda and AWS DynamoDB, noting their key functions and features.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

My Interview Plan: Topic: AWS

AWS Lambda is a serverless compute service that runs code in response to events, managing resources automatically. Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability, allowing users to store and retrieve any amount of data to serve any level of request traffic. This interview plan addresses AWS Lambda and AWS DynamoDB, noting their key functions and features.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

My Interview Plan

AWS
Topic: AWS
Q9: What is AWS Lambda? ☆☆
Answer:
AWS Lambda is a serverless compute service that runs your code in response to events and
automatically manages the underlying compute resources for you. You can use AWS Lambda to
extend other AWS services with custom logic, or create your own back-end services that
operate at AWS scale, performance, and security.
Source: aws.amazon.com
Q10: What is AWS DynamoDB? ☆☆
Answer:
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and
predictable performance with seamless scalability. With DynamoDB, you can create database
tables that can store and retrieve any amount of data, and serve any level of request traffic.
Source: docs.aws.amazon.com

You might also like