What is process of Event-Driven Architecture in Serverless Enviornment?
Serverless Services and Event-Driven Architecture
What are features of Serverless Services?
Serverless Services and Event-Driven Architecture
What is AWS Lambda?
AWS Lambda
Event-driven serverless compute service for running code w/out having to provision or manage server
What is Lambda process?
AWS Lambda
What are features of Lambda?
AWS Lambda
What are Primary use cases for Lambda?
How can you invoke Lambda functions w/ Synchronous?
AWS Lambda
How can you invoke Lambda functions w/ Asynchronous?
AWS Lambda
How can you invoke Lambda functions w/ Event Source Mapping?
AWS Lambda
True or False
SQS can also trigger Lambda
AWS Lambda
TRUE
What are Lambda Function Concurrency Rules?
AWS Lambda
What is Simple Queue Service (SQS)?
Application Integration Services Overview
Message queue; store & forward patterns
Ex: Building distributed/decoupled applications
What is Simple Notification Service (SNS)?
Application Integration Services Overview
Set up, operate, & send notifications from cloud
Ex: Send email notification when CloudWatch alarm is triggered
What are Step Functions?
Application Integration Services Overview
Out-of-box coordination of AWS service components w/ visual workflow
Ex: Order processing workflow
What is Simple Workflow Service?
Application Integration Services Overview
Need to support external processes or specialized execution logic
Ex: Human-enabled workflows like an order fulfillment system or for procedural requests
Note: AWS recommends that for new applications customers consider Step Functions instead of SWF
What is Amazon MQ?
Application Integration Services Overview
Message broker service for:
- Active MQ
- RabbitMQ
Ex: Need message queue that supports industry standard APIs & protocls; migrate queues to AWS
What is Amazon Kinesis?
Application Integration Services Overview
Collect, process, & analyze streaming data
Ex: Collect data from IoT devices for later processing
Describe features of Kinesis
Application Integration Services Overview
Describe features of Amazon SQS
Application Integration Services Overview
Describe features of SNS
Application Integration Services Overview
What are features of Standard Queues?
SQS Queues
What are features of FIFO Queues?
SQS Queues
What are other features of FIFO Queues?
SQS Queues
What is Message Group ID?
SQS Queues
Tag that specifies message belongs to specific message group Messages that belong to same message group are guaranteed to be processed in FIFO manner