FalconPy for AWS Lambda and SSM documents #496
jshcodes
started this conversation in
Show and Tell
Replies: 1 comment
-
Hi everyone! Layers are now also available for the following versions of Python: Python 3.9The layer download can be found at https://falconpy.io/downloads/python3.9/falconpy-layer.zip and downloaded using the following command: curl -o falconpy-layer.zip https://falconpy.io/downloads/python3.9/falconpy-layer.zip Python 3.10The layer download can be found at https://falconpy.io/downloads/python3.10/falconpy-layer.zip and downloaded using the following command: curl -o falconpy-layer.zip https://falconpy.io/downloads/python3.10/falconpy-layer.zip Python 3.11The layer download can be found at https://falconpy.io/downloads/python3.11/falconpy-layer.zip and downloaded using the following command: curl -o falconpy-layer.zip https://falconpy.io/downloads/python3.11/falconpy-layer.zip Note The default version of the layer is still currently built using Python 3.8. Let us know if there are any questions! 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FalconPy layer downloads 🎉
For scenarios where you need to use FalconPy within your AWS Lambda functions, you can now download the latest version as a Lambda layer! This file is generated dynamically as part of our wiki content refresh using the create-lambda-layer.sh script and posted to falconpy.io.
You can also use this layer archive as an attachment to AWS Systems Manager shared documents, allowing you to easily integrate CrowdStrike functionality with your AWS automation.
Layers are currently generated for the following versions of Python:
Python 3.6
The layer download can be found at https://falconpy.io/downloads/python3.6/falconpy-layer.zip and downloaded using the following command:
Python 3.7
The layer download can be found at https://falconpy.io/downloads/python3.7/falconpy-layer.zip and downloaded using the following command:
Python 3.8
The layer download can be found at https://falconpy.io/downloads/python3.8/falconpy-layer.zip and downloaded using the following command:
Default
The default version can be found at https://falconpy.io/downloads/falconpy-layer.zip and should work with all supported Python versions. You can grab the default version using:
Examples
To see an example of FalconPy used as a Lambda layer, check out the AWS S3 Bucket Protection solution.
To see an example of FalconPy used as a Systems Manager document attachment, check out the AWS Event Bridge and State Manager integration example.
Let us know if there are any questions!
Beta Was this translation helpful? Give feedback.
All reactions