Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/dynamodb-action@v2.0.1
  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: '*'

About

📦 GitHub Action - DynamoDB Local GitHub Action

Resources

Stars

54 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages