Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot avaliações

Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot avaliações

1996 avaliações

Adrian K. · Revisado há almost 8 years

Betim D. · Revisado há almost 8 years

Guganathan S. · Revisado há 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. · Revisado há almost 8 years

tommy l. · Revisado há almost 8 years

Matt B. · Revisado há almost 8 years

Josh H. · Revisado há almost 8 years

confusing with replacing varibles

Tim S. · Revisado há almost 8 years

Thriveni T. · Revisado há 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. · Revisado há almost 8 years

Aamir H. · Revisado há almost 8 years

Kevin C. · Revisado há almost 8 years

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

Matt C. · Revisado há almost 8 years

Good Experience.COMPLETED

Kuntal G. · Revisado há almost 8 years

Good Experience

Kuntal G. · Revisado há almost 8 years

Good Experience

Kuntal G. · Revisado há almost 8 years

nice

Sandip S. · Revisado há almost 8 years

Ge L. · Revisado há almost 8 years

Muralidharan S. · Revisado há almost 8 years

Sergio C. · Revisado há almost 8 years

JOSE JAVIER M. · Revisado há almost 8 years

Sergio M. · Revisado há almost 8 years

ÁNGELA E. · Revisado há almost 8 years

MIKEL A. · Revisado há almost 8 years

Alejandro H. · Revisado há almost 8 years

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.