0
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 1 year has passed since last update.

40代おっさんREST API サーバーレスを学ぶ①

Last updated at Posted at 2022-11-29

本記事について

この記事はプログラミング初学者の私が学んでいく中でわからない単語や概要を分かりやすくまとめたものです。
もし不正などありましたらコメントにてお知らせいただければ幸いです。

DB用意

DynamoDBを使います。
リージョンを東京にする。(Lambda関数を使う時リージョンが違うと問題が出る。)

スクリーンショット 2022-11-29 191200.png

テーブル名 users
パーティションキー id

それ以外はデフォルト

IAM

ロールを作成するので左のロールをクリック
開いたら
左上にロールを作成があるのでそれをクリック

IAMロール.png

Lambdaを選択(赤丸)

選んだら次へ

許可ポリシー選択
AWSLambdaBasicExecutionRole
AmazonDynamoDBFullAccess
を選択

終わったら次へ

ロールの詳細に行くので

ロール名を入力
今回はusers-role
下に行きロールを作成をクリック

参考

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