1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

slack chat bot コンテスト(the serverless chatbot competition)

Posted at

このハッカソンのこと

英語
https://awschatbot.devpost.com/
日本語
https://aws.amazon.com/jp/blogs/news/enter-the-aws-serverless-chatbot-competition/

サンプルでハマるとこ

サンプルコードはこちら
https://github.com/awslabs/aws-serverless-chatbot-sample

この手順通りにしてもlambdaのroleにlambda:getFunctionの権限が不足していると動きません。
このエラーはcloudwatchのログにもダッシュボードのエラーにも現れないのでハマります。
lambdaのデフォルトに従って、[create from template]でroleを作ってもこの権限は入ってないです。

とりあえずroleにAWSLambdaFullAccessのポリシー(lambda:*が含まれる)を与えてやっとけば大丈夫です。

他にも

apigateway+lambda+searchconsoleの例

一番の難関は

このハッカソンは審査が英語。
使い方やテストの仕方のドキュメントは英語で書く必要がある。
あと動画も撮って送らないといけない。
ここが僕にとってこのハッカソンの一番の障壁です。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?