ToolJet/cypress-tests/cypress/constants/texts/dynamodb.js
Mekhla Asopa baea87185b
Updated the cypress spec with node upgrade changes (#8405)
* update cypress specs

* update the data source count values
2023-12-26 12:55:48 +05:30

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