How to view lambda code in aws?
1 Answer(s) Available
Answer # 1 #
You can use the code editor in the AWS Lambda console to write, test, and view the execution results of your Lambda functioncode. The code editor supports languages that do not require compiling, such as Node. js and Python.