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

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

1996 ulasan

Adrian K. · Diulas hampir 8 tahun lalu

Betim D. · Diulas hampir 8 tahun lalu

Guganathan S. · Diulas hampir 8 tahun lalu

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. · Diulas hampir 8 tahun lalu

tommy l. · Diulas hampir 8 tahun lalu

Matt B. · Diulas hampir 8 tahun lalu

Josh H. · Diulas hampir 8 tahun lalu

confusing with replacing varibles

Tim S. · Diulas hampir 8 tahun lalu

Thriveni T. · Diulas hampir 8 tahun lalu

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. · Diulas hampir 8 tahun lalu

Aamir H. · Diulas hampir 8 tahun lalu

Kevin C. · Diulas hampir 8 tahun lalu

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

Matt C. · Diulas hampir 8 tahun lalu

Good Experience.COMPLETED

Kuntal G. · Diulas hampir 8 tahun lalu

Good Experience

Kuntal G. · Diulas hampir 8 tahun lalu

Good Experience

Kuntal G. · Diulas hampir 8 tahun lalu

nice

Sandip S. · Diulas hampir 8 tahun lalu

Ge L. · Diulas hampir 8 tahun lalu

Muralidharan S. · Diulas hampir 8 tahun lalu

Sergio C. · Diulas hampir 8 tahun lalu

JOSE JAVIER M. · Diulas hampir 8 tahun lalu

Sergio M. · Diulas hampir 8 tahun lalu

ÁNGELA E. · Diulas hampir 8 tahun lalu

MIKEL A. · Diulas hampir 8 tahun lalu

Alejandro H. · Diulas hampir 8 tahun lalu

Kami tidak dapat memastikan bahwa ulasan yang dipublikasikan berasal dari konsumen yang telah membeli atau menggunakan produk terkait. Ulasan tidak diverifikasi oleh Google.