Lambda - lambda_function, index.handler error
Lambda 삽질의 기록
Error Code
**Unable to import module 'lambda_function': No module names lambda_function**
Runtime.HandlerNotFound: idnex.handler is undefined or not exported
Solutions
- Lambda Runtime settings
- Handler 를 Edit
- fileName.handlerName 으로 수정한다