AWS Serverless Lambda Tutorial – AWS Kinesis with DynamoDB
In this what is aws lambda tutorial for beginners video you will learn the basics of aws lambda, its architecture and a use case. You will also see benefits & limitations of aws lambda and also work with detailed hands on demo on aws lambda.
📝Following topics are covered in this amazon lambda training:
AWS Lambda Tutorial
Distributed Application Architecture
What is AWS Lambda?
What is AWS DynamoDB?
What is AWS Kinesis?
How Lambda is Different?
Benefits & Limitations of Lambda
How does it work?
Lambda Concepts
Using AWS Lambda with S3
Hands-on
Use Cases of Lambda
Lambda Pricing
Amazon Kinesis is a fully managed, cloud-based service for real-time data processing over large, distributed data streams. AWS Lambda is a compute service that runs your code in response to events and automatically manages the compute resources for you. AWS Lambda can run code in response to data in Amazon Kinesis streams, making it easy to build big data applications that respond quickly to new information. In this webinar, we will cover key Kinesis and Lambda features, walk through sample use cases for stream processing, and discuss best practices on using the services together. We’ll then demonstrate setting up an Amazon Kinesis stream and an associated Lambda function to capture and perform custom computations on click-stream data, all without setting up any infrastructure.
Amazon DynamoDB is a fully managed proprietary NoSQL database service that supports key-value and document data structures and is offered by Amazon.com as part of the Amazon Web Services portfolio. DynamoDB exposes a similar data model to and derives its name from Dynamo, but has a different underlying implementation.
Written by admin