SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You would like to add some orchestration to your Lambda functions. Which service would be suitable?
A
State Functions
B
Graph Functions
C
AWS Step Functions
D
AWS OpsWorks
Explanation: 

Detailed explanation-1: -Step Functions is a serverless orchestration service that lets you easily coordinate multiple Lambda functions into flexible workflows that are easy to debug and change. Step Functions will keep your Lambda functions free of additional logic by triggering and tracking each step of your application for you.

Detailed explanation-2: -Lambda integrates with Amazon Elastic File System and AWS X-Ray in a way that doesn’t involve invoking functions. For more information, see Event-driven invocation and Lambda polling.

Detailed explanation-3: -You can use AWS Identity and Access Management (IAM) to manage access to the Lambda API and resources such as functions and layers. For users and applications in your account that use Lambda, you can create IAM policies that apply to users, groups, or roles.

There is 1 question to complete.