关于“Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot”的评价
1996 条评价
Adrian K. · 已于 over 9 years前审核
Betim D. · 已于 over 9 years前审核
Guganathan S. · 已于 over 9 years前审核
The lambda handler was pretty buggy, and I had issues getting the URL to resolve. I might have been able to troubleshoot more but I don't typically use python. It might be helpful to have the code snippets available in node as well.
Danato B. · 已于 over 9 years前审核
tommy l. · 已于 over 9 years前审核
Matt B. · 已于 over 9 years前审核
Josh H. · 已于 over 9 years前审核
confusing with replacing varibles
Tim S. · 已于 over 9 years前审核
Thriveni T. · 已于 over 9 years前审核
There appears to be a bug in the code for this lab. The test event works but the real event does not. This is because the 'Message' field in the real event payload is a string and not a dict object, so the following returns a string not a dict: message = event['Records'][0]['Sns']['Message'] This means the following line generates an error: alarm_name = message['AlarmName'] It might be possible to fix with along the lines of: message = json.loads(str(event['Records'][0]['Sns']['Message'])) However, the lab finished before I was able to test this.
Daniel B. · 已于 over 9 years前审核
Aamir H. · 已于 over 9 years前审核
Kevin C. · 已于 over 9 years前审核
Objective "Create Lambda Function" not recognized, even though all steps taken
Matt C. · 已于 over 9 years前审核
Good Experience.COMPLETED
Kuntal G. · 已于 over 9 years前审核
Good Experience
Kuntal G. · 已于 over 9 years前审核
Good Experience
Kuntal G. · 已于 over 9 years前审核
nice
Sandip S. · 已于 over 9 years前审核
Ge L. · 已于 over 9 years前审核
Muralidharan S. · 已于 over 9 years前审核
Sergio C. · 已于 over 9 years前审核
JOSE JAVIER M. · 已于 over 9 years前审核
Sergio M. · 已于 over 9 years前审核
ÁNGELA E. · 已于 over 9 years前审核
MIKEL A. · 已于 over 9 years前审核
Alejandro H. · 已于 over 9 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。