1.6.14 • Published 5 years ago
dm-processor-cf v1.6.14
Welcome to dm-processor-cf 👋
A Data Migration processor to load values from CloudFormation stack outputs.
Configuration
Parameters
The CloudFormation processor accepts the following parameters as part of its configuration:
Name | Type | Required | Description |
---|---|---|---|
region | string | Yes | The AWS Region where this table exists |
stack | string | Yes | The name of the stack to get values from |
output | string | Maybe | Name of the output that should be loaded. Required if logicalId is not provided |
logicalId | string | Maybe | Logical ID of a resource in the stack. The processor will return the Physical ID. Required if output is not provided |
profile | string | No | Name of the AWS profile to use |
Sample Configuration
module.exports = {
defaultStage: "prod",
migrationDirectory: "migrations",
stages: {
prod: {
defaultParams: {
region: "us-east-1",
},
drivers: {
users: {
driver: require("dm-driver-dynamodb"),
params: {
TableName: {
// Use this processor to get values from CloudFormation
processor: require("dm-processor-cf"),
params: {
stack: "some-stack-name",
output: "SomeOutputName",
},
},
},
},
},
},
},
};
1.6.14
5 years ago
1.6.13
5 years ago
1.6.12
5 years ago
1.6.11
5 years ago
1.6.10
5 years ago
1.6.9
5 years ago
1.6.8
5 years ago
1.6.7
5 years ago
1.6.6
5 years ago
1.6.5
5 years ago
1.6.4
5 years ago
1.6.3
5 years ago
1.6.2
5 years ago
1.6.1
5 years ago
1.6.0
5 years ago
1.5.2
5 years ago
1.5.1
5 years ago
1.5.0
5 years ago
1.4.15
5 years ago
1.4.14
5 years ago
1.4.13
5 years ago
1.4.12
5 years ago
1.4.11
5 years ago
1.4.10
5 years ago
1.4.9
5 years ago
1.4.8
5 years ago
1.4.7
5 years ago
1.4.6
5 years ago
1.4.5
5 years ago
1.4.4
5 years ago
1.4.3
5 years ago
1.4.2
5 years ago
1.4.1
5 years ago
1.3.2
5 years ago
1.3.1
5 years ago
1.3.0
5 years ago
1.2.6
5 years ago
1.2.5
5 years ago
1.2.4
5 years ago
1.2.3
5 years ago
1.2.2
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.0.22
5 years ago
1.0.21
5 years ago
1.0.20
5 years ago
1.0.25
5 years ago
1.0.24
5 years ago
1.0.23
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago