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

1996 件のレビュー

Kwong Adrian · 9年以上前にレビュー済み

Drenica Betim · 9年以上前にレビュー済み

Sellamuthu Guganathan · 9年以上前にレビュー済み

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 · 9年以上前にレビュー済み

lebrun tommy · 9年以上前にレビュー済み

Bungard Matt · 9年以上前にレビュー済み

Hunt Josh · 9年以上前にレビュー済み

confusing with replacing varibles

Stone Tim · 9年以上前にレビュー済み

T K Thriveni · 9年以上前にレビュー済み

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 · 9年以上前にレビュー済み

Hassan Aamir · 9年以上前にレビュー済み

Clements Kevin · 9年以上前にレビュー済み

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

Cable Matt · 9年以上前にレビュー済み

Good Experience.COMPLETED

Ganguly Kuntal · 9年以上前にレビュー済み

Good Experience

Ganguly Kuntal · 9年以上前にレビュー済み

Good Experience

Ganguly Kuntal · 9年以上前にレビュー済み

nice

Sinha Sandip · 9年以上前にレビュー済み

Liu Ge · 9年以上前にレビュー済み

Subramanian Muralidharan · 9年以上前にレビュー済み

Cruzado Rosel Sergio · 9年以上前にレビュー済み

MARTINEZ JOSE JAVIER · 9年以上前にレビュー済み

Marcos Sergio · 9年以上前にレビュー済み

ENCABO ÁNGELA · 9年以上前にレビュー済み

ADOT MIKEL · 9年以上前にレビュー済み

Hernández Alejandro · 9年以上前にレビュー済み

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