'How do I put a description in an aws lambda thru aws web console
Solution 1:[1]
For odd reasons at the moment of this post, you can find this setting in a surprising place
- Lambda >
- Functions >
- YourLambdaName >
- Configuration >
- Execution role > Edit >
- Basic settings > Description
After you enter a description the name of the field is changed from Execution role to General configuration. Probably in near future AWS is going to change this UI behavior
Solution 2:[2]
- Edit the function in the console
- Scroll down to Basic settings
- Click Edit
- Enter a Description
Solution 3:[3]
Currently Lambda >Functions>Actual Function>> Configuration >General Configuration> (Description)Edit
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 | John Rotenstein |
| Solution 3 | user12114947 |


