Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot Reviews

Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot Reviews

1996 reviews

Adrian K. · Reviewed almost 8 years ago

Betim D. · Reviewed almost 8 years ago

Guganathan S. · Reviewed almost 8 years ago

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. · Reviewed almost 8 years ago

tommy l. · Reviewed almost 8 years ago

Matt B. · Reviewed almost 8 years ago

Josh H. · Reviewed almost 8 years ago

confusing with replacing varibles

Tim S. · Reviewed almost 8 years ago

Thriveni T. · Reviewed almost 8 years ago

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. · Reviewed almost 8 years ago

Aamir H. · Reviewed almost 8 years ago

Kevin C. · Reviewed almost 8 years ago

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

Matt C. · Reviewed almost 8 years ago

Good Experience.COMPLETED

Kuntal G. · Reviewed almost 8 years ago

Good Experience

Kuntal G. · Reviewed almost 8 years ago

Good Experience

Kuntal G. · Reviewed almost 8 years ago

nice

Sandip S. · Reviewed almost 8 years ago

Ge L. · Reviewed almost 8 years ago

Muralidharan S. · Reviewed almost 8 years ago

Sergio C. · Reviewed almost 8 years ago

JOSE JAVIER M. · Reviewed almost 8 years ago

Sergio M. · Reviewed almost 8 years ago

ÁNGELA E. · Reviewed almost 8 years ago

MIKEL A. · Reviewed almost 8 years ago

Alejandro H. · Reviewed almost 8 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.