Can we disable multiprocessing in CodeQL for AWS Lambda compatibility? #17469
Answered
by
jketema
AmarBhosale
asked this question in
Q&A
-
Our internal security scanner orchestrator requires that each tool runs within its own AWS Lambda function. However, we're facing issues with running CodeQL, particularly for Python, because CodeQL's Python extractor relies on multiprocessing, which apparently isn't supported in AWS Lambda. Is there a way to disable multiprocessing in CodeQL to allow it to function properly in the AWS Lambda environment? Additional information on the error we are getting:
|
Beta Was this translation helpful? Give feedback.
Answered by
jketema
Sep 16, 2024
Replies: 1 comment
-
Hi @AmarBhosale, Unfortunately it is not possible to disable multiprocessing. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AmarBhosale
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AmarBhosale,
Unfortunately it is not possible to disable multiprocessing.