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 כמעט 8 שנים ago

Betim D. · Reviewed כמעט 8 שנים ago

Guganathan S. · Reviewed כמעט 8 שנים 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 כמעט 8 שנים ago

tommy l. · Reviewed כמעט 8 שנים ago

Matt B. · Reviewed כמעט 8 שנים ago

Josh H. · Reviewed כמעט 8 שנים ago

confusing with replacing varibles

Tim S. · Reviewed כמעט 8 שנים ago

Thriveni T. · Reviewed כמעט 8 שנים 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 כמעט 8 שנים ago

Aamir H. · Reviewed כמעט 8 שנים ago

Kevin C. · Reviewed כמעט 8 שנים ago

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

Matt C. · Reviewed כמעט 8 שנים ago

Good Experience.COMPLETED

Kuntal G. · Reviewed כמעט 8 שנים ago

Good Experience

Kuntal G. · Reviewed כמעט 8 שנים ago

Good Experience

Kuntal G. · Reviewed כמעט 8 שנים ago

nice

Sandip S. · Reviewed כמעט 8 שנים ago

Ge L. · Reviewed כמעט 8 שנים ago

Muralidharan S. · Reviewed כמעט 8 שנים ago

Sergio C. · Reviewed כמעט 8 שנים ago

JOSE JAVIER M. · Reviewed כמעט 8 שנים ago

Sergio M. · Reviewed כמעט 8 שנים ago

ÁNGELA E. · Reviewed כמעט 8 שנים ago

MIKEL A. · Reviewed כמעט 8 שנים ago

Alejandro H. · Reviewed כמעט 8 שנים ago

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