/ansible-dynamodb

Ansible role to install DynamoDB Local for Desktop Development

Primary LanguageShellMIT LicenseMIT

DynamoDB Local for Desktop Development

This role is strictly for development purposes, and allow developers to develop locally applications which will be using DynamoDB on AWS.

Configuration

  • dynamodb_port: The port DynamoDB will listen to. Default: 18000.
  • dynamodb_version: The version of DynamoDB to install.
  • dynamodb_sha: The sha256 checksum of the file to download.

See also