January 09

Today I have:

  1. created a new Lambda function
  2. added in the Boto3 library to access the database
  3. query the database to return a row of information
  4. returned the row in JSON format from the lambda function

I also practiced and learned what would happen if no actual data is given (ex: fake email that doesn’t exist in the table)

  1. created a DynamoDB table
  2. placed some data into my database for testing
  3. changed the “capacity” of the database

I also worked on Boto3 to deal with the decimal problem in the age number.