roadrunner-server / roadrunner-plugins

📦 Home for the roadrunner plugins
MIT License
25 stars 9 forks source link

feat(sqs): ability for the `SQS` to read config from the `IAM` #197

Closed rustatian closed 2 years ago

rustatian commented 2 years ago

Reason for This PR

closes: #142

Description of Changes

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.] [Reviewer TODO: Verify that these criteria are met. Request changes if not]

codecov[bot] commented 2 years ago

Codecov Report

Merging #197 (67deac1) into master (3797301) will decrease coverage by 0.17%. The diff coverage is 53.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
- Coverage   68.42%   68.24%   -0.18%     
==========================================
  Files         141      141              
  Lines       10767    10808      +41     
==========================================
+ Hits         7367     7376       +9     
- Misses       2631     2659      +28     
- Partials      769      773       +4     
Impacted Files Coverage Δ
sqs/sqsjobs/listener.go 61.70% <0.00%> (ø)
sqs/sqsjobs/consumer.go 68.91% <54.54%> (-5.26%) :arrow_down:
sqs/sqsjobs/config.go 84.21% <0.00%> (-15.79%) :arrow_down:
sqs/sqsjobs/item.go 65.78% <0.00%> (-1.32%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3797301...67deac1. Read the comment docs.