Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot (日本語版) のレビュー

Using AWS Lambda with Amazon CloudWatch and SNS to Implement a Slack Chat Bot (日本語版) のレビュー

1996 件のレビュー

Kwong Adrian · 8年弱前にレビュー済み

Drenica Betim · 8年弱前にレビュー済み

Sellamuthu Guganathan · 8年弱前にレビュー済み

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.

Borelli Danato · 8年弱前にレビュー済み

lebrun tommy · 8年弱前にレビュー済み

Bungard Matt · 8年弱前にレビュー済み

Hunt Josh · 8年弱前にレビュー済み

confusing with replacing varibles

Stone Tim · 8年弱前にレビュー済み

T K Thriveni · 8年弱前にレビュー済み

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.

Butler Daniel · 8年弱前にレビュー済み

Hassan Aamir · 8年弱前にレビュー済み

Clements Kevin · 8年弱前にレビュー済み

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

Cable Matt · 8年弱前にレビュー済み

Good Experience.COMPLETED

Ganguly Kuntal · 8年弱前にレビュー済み

Good Experience

Ganguly Kuntal · 8年弱前にレビュー済み

Good Experience

Ganguly Kuntal · 8年弱前にレビュー済み

nice

Sinha Sandip · 8年弱前にレビュー済み

Liu Ge · 8年弱前にレビュー済み

Subramanian Muralidharan · 8年弱前にレビュー済み

Cruzado Rosel Sergio · 8年弱前にレビュー済み

MARTINEZ JOSE JAVIER · 8年弱前にレビュー済み

Marcos Sergio · 8年弱前にレビュー済み

ENCABO ÁNGELA · 8年弱前にレビュー済み

ADOT MIKEL · 8年弱前にレビュー済み

Hernández Alejandro · 8年弱前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。