daily log
10-15-19
AWS SERVERLESS via YouTube School!
PART ONE
i. Make sure appropriate region is selected (prevents bugs later lol)
DynamoDB
- Create
table
- Add item to table
- 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
- Create role (service to service, DynamoDB to lambda)
- ….
- Add Inline Policy
LAMBDA!
- Create function
google DynamoDB aws sdk
NOTE: Lambda functions want an uppercase S
for String type