Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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