EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You would like to run some code without having to spin up any servers, which AWS service would be suitable for this?
|
Amazon EC2
|
|
Amazon EKS
|
|
AWS Lambda
|
|
Amazon ECS
|
Explanation:
Detailed explanation-1: -You can use AWS SAM with a variety of AWS toolkits and debuggers to test and debug your serverless applications locally. For example, you can perform local step-through debugging of your Lambda functions by setting breakpoints, inspecting variables, and executing function code one line at a time.
Detailed explanation-2: -Open VS code and install the extension. Check AWS toolkit. Create Lambda SAM Application from AWS Explorer. Select a SAM Application setting (4 steps) Confirm a sample SAM application. Create debug configuration. Edit debug configuration file. Put a breakpoint at source code (Optional) More items •27-Apr-2022
There is 1 question to complete.