Fixing an issue with the DynamoDB integration, didn't specify the correct terms for the AWS credentials.
This commit is contained in:
parent
174dc6c780
commit
c121300840
|
@ -16,7 +16,7 @@ const SCHEMA = {
|
||||||
type: FIELD_TYPES.PASSWORD,
|
type: FIELD_TYPES.PASSWORD,
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
secretKey: {
|
secretAccessKey: {
|
||||||
type: FIELD_TYPES.PASSWORD,
|
type: FIELD_TYPES.PASSWORD,
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
|
@ -114,7 +114,7 @@ class DynamoDBIntegration {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
async connect() {
|
connect() {
|
||||||
AWS.config.update(this.config)
|
AWS.config.update(this.config)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue