We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e7ed0 commit 0bef64cCopy full SHA for 0bef64c
typescript/custom-resource/custom-resource-handler.py
@@ -14,7 +14,7 @@ def main(event, context):
14
raise RuntimeError('Create failure requested')
15
16
# Do the thing
17
- message = event['ResourceProperties']['Message']
+ message = event['ResourceProperties']['message']
18
attributes = {
19
'Response': 'You said "%s"' % message
20
}
0 commit comments