Skip to content

Instantly share code, notes, and snippets.

@faermanj
Created April 6, 2017 15:16
Show Gist options
  • Save faermanj/a372ecb634fed370a50ae0d3495a7653 to your computer and use it in GitHub Desktop.
Save faermanj/a372ecb634fed370a50ae0d3495a7653 to your computer and use it in GitHub Desktop.
Broadcast 4: Serverless data with DynamoDB
In this broadcast we continue to develop the “cornerstone” of our serverless application. We already addressed content delivery, API invocation and authentication. The next step is storing structured data with DynamoDB and complete our template of a typical application transaction. After this episode, we will have all the components required to build our first features and improve our application towards more complex scenarios.
# Introducing DynamoDB
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ProvisionedThroughput.html
# Creating tables and indexes
# Storing and deleting items
# Querying and Scanning tables
# Streaming data to others
# Caching and Searching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment