You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2024. It is now read-only.
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
Runtimebe set toPython 3.6? I ask because the filehaaska.pyhas 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.