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(pipes): add LogDestination implementation #31672

Merged
merged 19 commits into from
Nov 27, 2024

Merge branch 'main' into pipes-logs

7c8c792
Select commit
Loading
Failed to load commit list.
Merged

feat(pipes): add LogDestination implementation #31672

Merge branch 'main' into pipes-logs
7c8c792
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Nov 27, 2024 in 3s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

Default setup

  • ❓  /language:javascript

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 8244 in packages/@aws-cdk/aws-pipes-alpha/test/integ.logs.js.snapshot/asset.c504585dae89ce8e394d7744ccae054318e7d1aff14afb545438d173d51dc97d.bundle/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High test

This does not escape backslash characters in the input.

Check failure on line 8244 in packages/@aws-cdk/aws-pipes-alpha/test/integ.pipe.js.snapshot/asset.c504585dae89ce8e394d7744ccae054318e7d1aff14afb545438d173d51dc97d.bundle/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High test

This does not escape backslash characters in the input.