-
I've got a script that downloads the latest CrowdStrike Sensors and it works flawlessly on both my laptop running Python 3.9 and a docker container running Python 3.8 but when I use the DownloadSensorInstallerById in Lambda, I get a dict returned with a 500 status code (exact response is Does anyone know of any reason that this wouldn't work in Lambda? It's just a Python 3.8 function and I can confirm that all details up until the call are absolutely identical (aside from the access token obviously). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
We definitely have examples of FalconPy being used successfully within a Lambda. Are you including FalconPy as a layer? (A helper script for generating a zip for this can be found here). Can you log some additional output to CloudWatch? (Confirm you're getting authenticated to the API, etc.) |
Beta Was this translation helpful? Give feedback.
We definitely have examples of FalconPy being used successfully within a Lambda.
Are you including FalconPy as a layer? (A helper script for generating a zip for this can be found here).
Can you log some additional output to CloudWatch? (Confirm you're getting authenticated to the API, etc.)