koki-develop/DynamoDB Export Action
Action to export data from DynamoDB table to S3 bucket.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| table | The name of the DynamoDB table to export data from. | yes | — |
| s3-bucket | The name of the Amazon S3 bucket to export the snapshot to. | yes | — |
| s3-prefix | S3 prefix to export data to. | no | — |
| export-format | The format for the exported data. Valid values are DYNAMODB_JSON or ION. The default value is DYNAMODB_JSON. | no | DYNAMODB_JSON |
Outputs
| name | description |
|---|---|
| export-arn | The Amazon Resource Name (ARN) of the table export. |
| export-id | The ID of the table export. |
| export-manifest | The name of the manifest file for the export task. |