Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Nov 13, 2019
1 parent badaf0f commit 69f5857
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# dynamodb-action
IN DEVELOPMENT 📦 GitHub Action - DynamoDB Local GitHub 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

#### .github/workflows/ci.yml

```yml
- name: Setup DynamoDB Local
uses: rrainn/dynamodb-actions@v1.0
```

0 comments on commit 69f5857

Please sign in to comment.