AWS Lambda - How to change the handler value
Solution 1:
You can change your lambda handler name.
Configuration -> Basic setting -> Handler info
You can find below Tags
See this screenshot :
For latest update remove basic setting of lambda so follow this :
- Click on layer as show below in image
- Check Run time setting and edit it.