리뷰 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개

리뷰 1996개

Adrian K. · 거의 8년 전에 리뷰됨

Betim D. · 거의 8년 전에 리뷰됨

Guganathan S. · 거의 8년 전에 리뷰됨

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. · 거의 8년 전에 리뷰됨

tommy l. · 거의 8년 전에 리뷰됨

Matt B. · 거의 8년 전에 리뷰됨

Josh H. · 거의 8년 전에 리뷰됨

confusing with replacing varibles

Tim S. · 거의 8년 전에 리뷰됨

Thriveni T. · 거의 8년 전에 리뷰됨

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. · 거의 8년 전에 리뷰됨

Aamir H. · 거의 8년 전에 리뷰됨

Kevin C. · 거의 8년 전에 리뷰됨

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

Matt C. · 거의 8년 전에 리뷰됨

Good Experience.COMPLETED

Kuntal G. · 거의 8년 전에 리뷰됨

Good Experience

Kuntal G. · 거의 8년 전에 리뷰됨

Good Experience

Kuntal G. · 거의 8년 전에 리뷰됨

nice

Sandip S. · 거의 8년 전에 리뷰됨

Ge L. · 거의 8년 전에 리뷰됨

Muralidharan S. · 거의 8년 전에 리뷰됨

Sergio C. · 거의 8년 전에 리뷰됨

JOSE JAVIER M. · 거의 8년 전에 리뷰됨

Sergio M. · 거의 8년 전에 리뷰됨

ÁNGELA E. · 거의 8년 전에 리뷰됨

MIKEL A. · 거의 8년 전에 리뷰됨

Alejandro H. · 거의 8년 전에 리뷰됨

Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.