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 neredeyse 8 yıl ago

Betim D. · Reviewed neredeyse 8 yıl ago

Guganathan S. · Reviewed neredeyse 8 yıl 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 neredeyse 8 yıl ago

tommy l. · Reviewed neredeyse 8 yıl ago

Matt B. · Reviewed neredeyse 8 yıl ago

Josh H. · Reviewed neredeyse 8 yıl ago

confusing with replacing varibles

Tim S. · Reviewed neredeyse 8 yıl ago

Thriveni T. · Reviewed neredeyse 8 yıl 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 neredeyse 8 yıl ago

Aamir H. · Reviewed neredeyse 8 yıl ago

Kevin C. · Reviewed neredeyse 8 yıl ago

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

Matt C. · Reviewed neredeyse 8 yıl ago

Good Experience.COMPLETED

Kuntal G. · Reviewed neredeyse 8 yıl ago

Good Experience

Kuntal G. · Reviewed neredeyse 8 yıl ago

Good Experience

Kuntal G. · Reviewed neredeyse 8 yıl ago

nice

Sandip S. · Reviewed neredeyse 8 yıl ago

Ge L. · Reviewed neredeyse 8 yıl ago

Muralidharan S. · Reviewed neredeyse 8 yıl ago

Sergio C. · Reviewed neredeyse 8 yıl ago

JOSE JAVIER M. · Reviewed neredeyse 8 yıl ago

Sergio M. · Reviewed neredeyse 8 yıl ago

ÁNGELA E. · Reviewed neredeyse 8 yıl ago

MIKEL A. · Reviewed neredeyse 8 yıl ago

Alejandro H. · Reviewed neredeyse 8 yıl ago

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