Deploy Lambda function

In this section, we will create three Lambda functions to write, read and erase data in DynamoDB with Python. If you did the cleanup in workshop 1 of the series, recreate the Lambda function and S3 bucket according to workshop 1

After completing this section, you will be able to:

  • Create the Books table in Amazon DynamoDB
  • Deploy three Lambda functions in Python to write, read and delete data
  • Configure the appropriate IAM Role for the Lambda functions