AWS - Lambda - Deep Dive - With-Java
AWS - Lambda - Deep Dive - With-Java
Topic
Serverless Computing
Overview of Core Serverless Servicse in AWS
Use cases of serverless architecture
How Serverless works
AWS Lambda Introduction
Lambda Console walkthrough
Creating 1st Lambda Function using NodeJS
Serverless Fundamentals
AWS Lambda permission model
Event Obejct, invocation types, event sources
Context object, its methods and properties
Logging and Error handling
Implementing Lambda
Working with S3
Using DynamoDB Streams
Using SNS, SQS
Using API Gateway
Passing values using Environment variables
Using Step Functions
Introduction to Step Functions
Defining States using ASL
Triggering Step functions
Task State, State Types
Input and Output Processing
Wait State, Choice State
Handling Errors
CloudFormation - Hands-on