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.

エラー対処: InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.

Last updated at Posted at 2017-01-23

※エラー対処の備忘録です

状況

AWS LambdaをデプロイしていたJenkinsジョブが落ちるようになった。
原因は以下のエラー。

Error: function NotifyEvent: InvalidParameterValueException: The role defined for the function cannot be assumed by Lambda.

原因

不明

対処方法

Jenkinsワークスペースのクリア後に実行すると解決。
Lambda関数のコードというよりは、実行環境依存の可能性が大きい。
時間の都合上、頻繁に再現するようならまた調査する。

参考リンク

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?