I'm attempting to follow the setup guide but it seems some of the interface options for Amazon's developer console have changed.
When creating a skill there is now an option for Payload version - do we need v3 or v2?
Also should Runtime be set to Python 3.6? I ask because the file haaska.py has at the top:
#!/usr/bin/env python2.7
Finally Amazon's new Lambda interface seems to have removed (or renamed) the option to Enable event source - which option should be selected in the new interface?:
Would love to get this working but the instructions are a bit difficult to follow since Amazon updated the developer console / Lambda interfaces.
I'm attempting to follow the setup guide but it seems some of the interface options for Amazon's developer console have changed.
When creating a skill there is now an option for Payload version - do we need v3 or v2?
Also should
Runtime
be set toPython 3.6
? I ask because the filehaaska.py
has at the top:Finally Amazon's new Lambda interface seems to have removed (or renamed) the option to
Enable event source
- which option should be selected in the new interface?:Would love to get this working but the instructions are a bit difficult to follow since Amazon updated the developer console / Lambda interfaces.