Software Alternatives, Accelerators & Startups

Building event-driven workflows with DynamoDB Streams

AWS Lambda DynamoDB
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    Scores are submitted to an API Gateway REST API endpoint via a POST request. A Lambda function processes the payload and saves it to the database. Alternatively, if the payload doesn’t require validation or restructuring, the API Gateway can connect directly to DynamoDB - offering a faster, but not always viable solution.

    #Cloud Computing #Cloud Hosting #Business & Commerce 273 social mentions

  2. Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models.
    The backend logic adds these scores to a DynamoDB table. Bob decided to implement a single-table design for the entire application.

    #Databases #NoSQL Databases #Relational Databases 119 social mentions

Discuss: Building event-driven workflows with DynamoDB Streams

Log in or Post with