LoginSignup
0
0

More than 3 years have passed since last update.

LambdaからDynamoDBを使うときの権限エラー解消メモ

Last updated at Posted at 2020-12-09

LambdaとDynamoDBをつなげようとしたときのIAMのエラー

AWSのLambdaの設計図から利用しようとして、意味も分からず、AWSにに沿って、進めていったら、下記のエラー。

image.png

IAMユーザの設定が足りていなさそうだったので、追加。(ロール名のところがリンクになっているのでクリック)
image.png

DynamoDBのアクセス用ポリシーを追加。
image.png

これでエラーが解消しました!

0
0
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
0
0