lumigo-io / lumigo-CLI

Open source CLI tool to help you develop and manage serverless applications.
https://lumigo.io
Apache License 2.0
331 stars 21 forks source link

feat: replay SQS messages to diff account & region #85

Closed theburningmonk closed 4 years ago

theburningmonk commented 4 years ago

Closes #40

codecov[bot] commented 4 years ago

Codecov Report

Merging #85 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   94.70%   94.72%   +0.01%     
==========================================
  Files          42       42              
  Lines        1947     1954       +7     
==========================================
+ Hits         1844     1851       +7     
  Misses        103      103              
Impacted Files Coverage Δ
src/commands/replay-sqs-dlq.js 97.26% <100.00%> (+0.03%) :arrow_up:
src/lib/aws.js 100.00% <100.00%> (ø)
src/lib/sns.js 100.00% <100.00%> (ø)
src/lib/sqs.js 100.00% <100.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 8b4378d...bde1897. Read the comment docs.

theburningmonk commented 4 years ago

@efimk-lu merged master into the branch, it's ready for review again

theburningmonk commented 4 years ago

:tada: This PR is included in version 0.42.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: