Skip to content

Start DynamoDB in GitHub Actions

Actions
Starts DynamoDB Local in background as a Docker container for support with GitHub Actions
v4.0.0
Latest
Star (52)

dynamodb-action

This GitHub Action allows you to super easily setup a DynamoDB Local instance within GitHub Actions to use DynamoDB within your CI system.

Example Usage

Below is the default commands and settings for this action. For any properties that are undefined, the value will be false.

.github/workflows/ci.yml

- name: Setup DynamoDB Local
  uses: rrainn/[email protected]
  with:
    dbPath: # undefined by default, if this is undefined inMemory will be used
    sharedDb: # undefined by default
    delayTransientStatuses: # undefined by default
    optimizeDbBeforeStartup: # undefined by default
    version: # "latest" by default
    port: 8000
    cors: '*'

Start DynamoDB in GitHub Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Starts DynamoDB Local in background as a Docker container for support with GitHub Actions
v4.0.0
Latest

Start DynamoDB in GitHub Actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.