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

Resolve urllib3 conflicts within S3 bucket protection demo #231

Merged
merged 4 commits into from
May 4, 2023

Conversation

jshcodes
Copy link
Member

@jshcodes jshcodes commented May 4, 2023

This update resolves issue #230 by implementing the following changes.

  • The AWS layer, AWSLambdaPowertoolsPythonV2 is now included as a layer to the lambda function.
  • The FalconPy layer has been modified to remove urllib3 version 2.0+.
  • The runtime for the lambda function has been moved to Python 3.10.
  • The version of urllib3 installed on the demonstration EC2 instance has been pinned to 1.26.15.
  • The malware example download has been altered to a wider sample set.
  • The warmup timeout has been increased to 60 seconds.

@jshcodes jshcodes self-assigned this May 4, 2023
@jshcodes jshcodes added bug Something isn't working dependencies Pull requests that update a dependency file labels May 4, 2023
@jshcodes jshcodes force-pushed the s3-bucket-demo-opensslfix branch from 25579ca to 7e7f9ec Compare May 4, 2023 15:14
Copy link
Contributor

@carlosmmatos carlosmmatos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants