mooyoul/DynamoDB Actions
GitHub action that integrates with Amazon DynamoDB
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | Operation Type (e.g. get, put, delete) | yes | — |
| region | AWS Region | yes | — |
| table | Target Table Name or ARN | yes | — |
| key | Item Key | no | — |
| consistent | Enable consistent read | no | — |
| item | Item Value, Only required for put operation | no | — |
| file | Item Value, Only required for put operation | no | — |
| items | Item Value, Only required for batch-put operation | no | — |
| files | Item Value, Only required for batch-put operation | no | — |
Outputs
| name | description |
|---|---|
| item | JSON-serialized Item |