sqs-queue-bundle icon indicating copy to clipboard operation
sqs-queue-bundle copied to clipboard

Feature/message attributes

Open joe666 opened this issue 5 years ago • 1 comments

This exposes the MessageAttributes which are different than the message Attributes when receiving messages

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_Message.html

joe666 avatar Nov 03 '20 18:11 joe666

Codecov Report

Merging #46 (437e642) into master (89c7ffc) will decrease coverage by 4.03%. The diff coverage is 71.42%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #46      +/-   ##
============================================
- Coverage     94.39%   90.35%   -4.04%     
- Complexity      139      141       +2     
============================================
  Files            18       18              
  Lines           553      560       +7     
============================================
- Hits            522      506      -16     
- Misses           31       54      +23     
Impacted Files Coverage Δ Complexity Δ
Service/Message.php 65.85% <66.66%> (-34.15%) 15.00 <2.00> (+2.00) :arrow_down:
Service/BaseQueue.php 90.80% <100.00%> (-9.20%) 26.00 <0.00> (ø)
DependencyInjection/Configuration.php 97.67% <0.00%> (-2.33%) 6.00% <0.00%> (ø%)

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 f1af721...437e642. Read the comment docs.

codecov[bot] avatar Nov 03 '20 19:11 codecov[bot]