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(apigateway): add new check apigateway_restapi_tracing_enabled #5470

Conversation

danibarranqueroo
Copy link
Member

Context

This control ensures that AWS X-Ray tracing is enabled for Amazon API Gateway REST API stages. Enabling X-Ray helps you analyze and debug your API by providing insights into the requests that pass through your API Gateway, including performance bottlenecks and errors.

Description

Added new check apigateway_restapi_tracing_enabled with its unit tests.

Checklist

License

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

@danibarranqueroo danibarranqueroo requested review from a team as code owners October 18, 2024 14:59
@github-actions github-actions bot added the provider/aws Issues/PRs related with the AWS provider label Oct 18, 2024
Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.60%. Comparing base (415c319) to head (ea26982).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5470      +/-   ##
==========================================
+ Coverage   89.57%   89.60%   +0.02%     
==========================================
  Files        1068     1069       +1     
  Lines       33109    33133      +24     
==========================================
+ Hits        29658    29688      +30     
+ Misses       3451     3445       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sergargar sergargar merged commit d00afbd into master Oct 21, 2024
11 checks passed
@sergargar sergargar deleted the PRWLR-4443-ensure-api-gateway-rest-api-stages-have-aws-x-ray-tracing-enabled branch October 21, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider/aws Issues/PRs related with the AWS provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants