Deploy a DynamoDB table to AWS using the Serverless Framework


Aug 21 2018 1 mins  
The Serverless Framework uses CloudFormation to deploy our functions. Using the resources section we can deploy and configure a wide range of AWS services using raw CloudFormation definitions. In this session we demonstrate this by adding a DynamoDB table to our application.

Your table can be seen [here](https://console.aws.amazon.com/dynamodb/home?region=us-east-1#tables:).