ToolJet/cypress-tests/cypress/constants/texts/dynamodb.js

15 lines
599 B
JavaScript
Raw Normal View History

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.",
};