Skip to content

lambda function

0

the page of my lambda function is different then any of the training material. It has no save button for the code. And the code changes I save use ctrl +S can be seen on screen, but not recognized with test.

asked 3 years ago369 views
1 Answer
0

Hello! Some training material may be using images of previous versions of the console. This below is the latest version of the Lambda web console.

Enter image description here

Once you edit the function code, 2 things happen:

  1. The Deploy button gets enabled, and
  2. Right to the Deploy button, you can see a label "Changes not deployed"

You can indeed use CTRL + S to save changes, you also need to click the Deploy button to release those changes. Once the changes are saved, you can see a green bar at the top of the console with this message: Successfully updated the function [FUNCTION_NAME].

You can then click the Test button to validate.

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.