Created
April 6, 2017 15:16
-
-
Save faermanj/a372ecb634fed370a50ae0d3495a7653 to your computer and use it in GitHub Desktop.
Broadcast 4: Serverless data with DynamoDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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