mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
14 lines
599 B
JavaScript
14 lines
599 B
JavaScript
export const dynamoDbText = {
|
|
dynamoDb: "DynamoDB",
|
|
cypressDynamoDb: "cypress-dynamodb",
|
|
region: "Region",
|
|
accessKey: "Access key",
|
|
placeHolderAccessKey: "Enter access key",
|
|
secretKey: "Secret key",
|
|
placeholderSecretKey: "**************",
|
|
|
|
errorMissingRegion: "Missing region in config",
|
|
errorInvalidToken: "The security token included in the request is invalid.",
|
|
errorSignatureMissmatch:
|
|
"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.",
|
|
};
|