I have been using Chalice for my AWS Lambda programming. There's only one thing that buggs me. How can I set the Description of a lambda function?
I know I can customize memory and timeout using configuration file in the .chalice
directory. But I cannot find how to customize the Description.