关于“Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot”的评价

关于“Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot”的评价

评论

Adrian K. · 评论almost 8 years之前

Betim D. · 评论almost 8 years之前

Guganathan S. · 评论almost 8 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. · 评论almost 8 years之前

tommy l. · 评论almost 8 years之前

Matt B. · 评论almost 8 years之前

Josh H. · 评论almost 8 years之前

confusing with replacing varibles

Tim S. · 评论almost 8 years之前

Thriveni T. · 评论almost 8 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. · 评论almost 8 years之前

Aamir H. · 评论almost 8 years之前

Kevin C. · 评论almost 8 years之前

Objective "Create Lambda Function" not recognized, even though all steps taken

Matt C. · 评论almost 8 years之前

Good Experience.COMPLETED

Kuntal G. · 评论almost 8 years之前

Good Experience

Kuntal G. · 评论almost 8 years之前

Good Experience

Kuntal G. · 评论almost 8 years之前

nice

Sandip S. · 评论almost 8 years之前

Ge L. · 评论almost 8 years之前

Muralidharan S. · 评论almost 8 years之前

Sergio C. · 评论almost 8 years之前

JOSE JAVIER M. · 评论almost 8 years之前

Sergio M. · 评论almost 8 years之前

ÁNGELA E. · 评论almost 8 years之前

MIKEL A. · 评论almost 8 years之前

Alejandro H. · 评论almost 8 years之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。