All Projects → linuxacademy → Content Dynamodb Deepdive

linuxacademy / Content Dynamodb Deepdive

Amazon DynamoDB Deep Dive Course

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Content Dynamodb Deepdive

Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (+159.32%)
Mutual labels:  aws, amazon-web-services, dynamodb
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-54.24%)
Mutual labels:  aws, amazon-web-services, dynamodb
Aws Xray Ts Decorator
Instrument your Typescript code with AWS X-Ray using elegant decorators
Stars: ✭ 17 (-71.19%)
Mutual labels:  aws, amazon-web-services
Jcabi Dynamodb Maven Plugin
DynamoDB Local Maven Plugin
Stars: ✭ 26 (-55.93%)
Mutual labels:  aws, dynamodb
Graphql Serverless
Sample project to guide the use of GraphQL and Serverless Architecture.
Stars: ✭ 28 (-52.54%)
Mutual labels:  aws, dynamodb
Dynamodb Toolbox
A simple set of tools for working with Amazon DynamoDB and the DocumentClient
Stars: ✭ 752 (+1174.58%)
Mutual labels:  aws, dynamodb
Aws Ec2 Ssh
Manage AWS EC2 SSH access with IAM
Stars: ✭ 796 (+1249.15%)
Mutual labels:  aws, amazon-web-services
Aws Auto Terminate Idle Emr
AWS Auto Terminate Idle AWS EMR Clusters Framework is an AWS based solution using AWS CloudWatch and AWS Lambda using a Python script that is using Boto3 to terminate AWS EMR clusters that have been idle for a specified period of time.
Stars: ✭ 21 (-64.41%)
Mutual labels:  aws, amazon-web-services
Dynamodb Gui Client
DynamoDb GUI Client
Stars: ✭ 540 (+815.25%)
Mutual labels:  aws, dynamodb
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-27.12%)
Mutual labels:  aws, amazon-web-services
Tempest
Typesafe DynamoDB for Kotlin and Java.
Stars: ✭ 32 (-45.76%)
Mutual labels:  aws, dynamodb
Terraform Aws Dynamodb
Terraform module that implements AWS DynamoDB with support for AutoScaling
Stars: ✭ 49 (-16.95%)
Mutual labels:  aws, dynamodb
Aws Mobile React Sample
A React Starter App that displays how web developers can integrate their front end with AWS on the backend. The App interacts with AWS Cognito, API Gateway, Lambda and DynamoDB on the backend.
Stars: ✭ 650 (+1001.69%)
Mutual labels:  aws, dynamodb
Aws Mfa
Manage AWS MFA Security Credentials
Stars: ✭ 606 (+927.12%)
Mutual labels:  aws, amazon-web-services
Dynamodb Admin
GUI for DynamoDB Local or dynalite
Stars: ✭ 803 (+1261.02%)
Mutual labels:  aws, dynamodb
Ecs Deploy
Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Stars: ✭ 541 (+816.95%)
Mutual labels:  aws, amazon-web-services
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (-13.56%)
Mutual labels:  aws, amazon-web-services
Dazn Lambda Powertools
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
Stars: ✭ 501 (+749.15%)
Mutual labels:  aws, dynamodb
Serverless Dynamodb Local
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
Stars: ✭ 530 (+798.31%)
Mutual labels:  aws, dynamodb
Terraform Aws Cross Account Role
A Terraform module to create an IAM Role for Cross Account delegation.
Stars: ✭ 30 (-49.15%)
Mutual labels:  aws, amazon-web-services

Amazon DynamoDB Deep Dive Course

Pinehead Records Sample Web App Evolution

webapp-v0 - Relational/Legacy

  • Relational model in MySQL
  • limited optimizations
  • limited caching
  • no indexes
  • inefficient queries
  • images stored on local filesystem
  • accounts in DB

webapp-v1 - Fundamental DynamoDB

  • Naïve migration from CSV to DynamoDB
  • 3 DDB tables mimicking the relational structure
  • images are moved to S3 with URI in DDB attribute
  • no indexes
  • accounts in DB

webapp-v2 - Intermediate DynamoDB

  • some optimizations
  • better table structure (single hierarchical table)
  • indexes
  • transactions
  • accounts in DB

webapp-v3 - Advanced DynamoDB

  • federated web identity (Cognito)
  • fine-grained policies
  • triggers
  • improved security
  • DAX
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].