Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sqs md5 validation middleware #719

Merged
merged 4 commits into from
Jan 21, 2020

Conversation

srchase
Copy link
Contributor

@srchase srchase commented Jan 10, 2020

Migrates and applies message validation middleware for SQS clients

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@srchase srchase requested a review from AllanZhengYP January 10, 2020 21:55
@srchase srchase added the smithy-codegen Changes regarding supporting smithy model. Will be merged to smithy-codegen branch label Jan 10, 2020
@srchase srchase force-pushed the feat-sqs-middleware branch from f1a5bba to d2f84cd Compare January 10, 2020 21:57
@aws-sdk-js-automation

This comment has been minimized.

@aws-sdk-js-automation

This comment has been minimized.

packages/middleware-sdk-sqs/src/receive-message.ts Outdated Show resolved Hide resolved
packages/middleware-sdk-sqs/src/send-message-batch.ts Outdated Show resolved Hide resolved
@srchase srchase force-pushed the feat-sqs-middleware branch from 015caf5 to 10accfa Compare January 14, 2020 21:28
@aws-sdk-js-automation

This comment has been minimized.

@aws-sdk-js-automation

This comment has been minimized.

Chase Coalwell added 2 commits January 20, 2020 10:33
feat: apply sqs plugins

fix: package name
@srchase srchase force-pushed the feat-sqs-middleware branch from 10accfa to f6de585 Compare January 20, 2020 18:33
@codecov-io
Copy link

codecov-io commented Jan 20, 2020

Codecov Report

Merging #719 into smithy-codegen will decrease coverage by 0.22%.
The diff coverage is 84.41%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           smithy-codegen     #719      +/-   ##
==================================================
- Coverage           92.58%   92.35%   -0.23%     
==================================================
  Files                 138      141       +3     
  Lines                2684     2761      +77     
  Branches              463      478      +15     
==================================================
+ Hits                 2485     2550      +65     
- Misses                199      211      +12
Impacted Files Coverage Δ
packages/middleware-sdk-sqs/src/send-message.ts 80% <80%> (ø)
packages/middleware-sdk-sqs/src/receive-message.ts 84.61% <84.61%> (ø)
...kages/middleware-sdk-sqs/src/send-message-batch.ts 87.09% <87.09%> (ø)

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 51be99e...3c05310. Read the comment docs.

@aws-sdk-js-automation

This comment has been minimized.

@srchase srchase requested a review from trivikr January 20, 2020 21:06
@aws-sdk-js-automation

This comment has been minimized.

@trivikr trivikr requested a review from AllanZhengYP January 20, 2020 21:58
Copy link
Member

@trivikr trivikr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, added some nits

packages/middleware-sdk-sqs/.gitignore Show resolved Hide resolved
packages/middleware-sdk-sqs/.npmignore Show resolved Hide resolved
packages/middleware-sdk-sqs/src/receive-messages.spec.ts Outdated Show resolved Hide resolved
@trivikr trivikr dismissed AllanZhengYP’s stale review January 20, 2020 23:07

The comments were addressed, and @AllanFly120 is OOTO

@srchase srchase requested a review from trivikr January 21, 2020 20:39
@aws-sdk-js-automation
Copy link

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@lock
Copy link

lock bot commented Jan 28, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
smithy-codegen Changes regarding supporting smithy model. Will be merged to smithy-codegen branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants