sshivananda/ts-sqs-consumer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.eslintrc.js36
A
0 mins
.github/workflows/codeql-analysis.yml
.github/workflows/nodejs.yml
.gitignore
.whitesource
CODE_OF_CONDUCT.md
LICENSE
README.md
index.ts6
A
0 mins
int.jest.config.js28
A
0 mins
integration-test/AWSHelper.ts43
A
2 hrs
integration-test/docker-compose.yml
integration-test/features/messages_go_to_dlq_in_case_of_error.feature
integration-test/features/processes_all_messages_if_there_is_no_error.feature
integration-test/localstack.tf
integration-test/step-definitions/messages_go_to_dlq_in_case_of_error.steps.ts124
B
6 hrs
integration-test/step-definitions/processes_all_messages_if_there_is_no_error.steps.ts104
A
3 hrs
jest.config.js21
A
0 mins
package-lock.json
package.json
renovate.json
repl.ts34
A
0 mins
run_integration_tests.sh
src/SQSConsumer.ts76
A
1 hr
A
100%
src/SQSConsumerOptions.ts8
A
0 mins
src/logger/ILogger.ts6
A
0 mins
src/logger/LogLevels.ts7
A
0 mins
A
100%
src/logger/Logger.ts24
A
0 mins
A
100%
src/message-processor/MessageProcessor.ts103
A
1 hr
A
96%
src/message-processor/SQSMessage.ts3
A
0 mins
src/sqs/CustomSQS.ts3
A
0 mins
src/sqs/CustomSQSOptions.ts5
A
0 mins
src/sqs/ReceiveMessageOptions.ts8
A
0 mins
src/sqs/SQSOptions.ts6
A
0 mins
tsconfig.json
unit.jest.config.js22
A
0 mins