Value 'hathor-explorer-service-testnet-node_api_get_transaction_acc_weight' at 'functionName' failed to satisfy constraint: Member must have length less than or equal to 64
The hathor-explorer-service-testnet- prefix (length 32) for testnet and hathor-explorer-service-mainnet- (length 32) for mainnet are added to identify the service and network of the lembda, but this leaves 32 characters for the name which node_api_get_transaction_acc_weight (length 35) does not fit.
Aceeptance criteria
Change node_api_get_transaction_acc_weight to a name of 32 characters or less.
Summary
During testnet deploy this error occured:
The
hathor-explorer-service-testnet-
prefix (length 32) for testnet andhathor-explorer-service-mainnet-
(length 32) for mainnet are added to identify the service and network of the lembda, but this leaves 32 characters for the name whichnode_api_get_transaction_acc_weight
(length 35) does not fit.Aceeptance criteria
node_api_get_transaction_acc_weight
to a name of 32 characters or less.