I'm using AWS chalice for API development and deployed. Currently, I'm about to implement swagger definition for my API's and I don't want to do the swagger definition creation process as the manual. Is there any framework or tool available especially for the chalice to auto-generate the swagger definition using docstring or any other techniques? Actually I tried with the apispec-chalice framework, But it's not working as expected. Any information related to chalice with swagger creation will be great and helpful. Thanks in advance.