We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c1042 commit 11867f9Copy full SHA for 11867f9
lambda/py/lambda_function.py
@@ -1,8 +1,8 @@
1
# -*- coding: utf-8 -*-
2
3
-# This is a High Low Guess game Alexa Skill.
4
-# The skill serves as a simple sample on how to use the
5
-# persistence attributes and persistence adapter features in the SDK.
+# This is a Color Picker Alexa Skill.
+# The skill serves as a simple sample on how to use
+# session attributes.
6
7
import logging
8
0 commit comments