daily log

less than 1 minute read

10-15-19

AWS SERVERLESS via YouTube School!

PART ONE

i. Make sure appropriate region is selected (prevents bugs later lol)

DynamoDB

  1. Create table
  2. Add item to table
  3. Get the ARN (tables –> overview –> scroll to bottom)

arn:aws:dynamodb:us-west-2:386305625872:table/Users

NOTE: This is a unique ID for amazon

IAM

Identity and Access Management

  1. Create role (service to service, DynamoDB to lambda)
  2. ….
  3. Add Inline Policy

LAMBDA!

  1. Create function

google DynamoDB aws sdk NOTE: Lambda functions want an uppercase S for String type

Updated: