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

Add latest boto3 and botocore layers #104

Open
bryzgaloff opened this issue Mar 17, 2023 · 0 comments
Open

Add latest boto3 and botocore layers #104

bryzgaloff opened this issue Mar 17, 2023 · 0 comments

Comments

@bryzgaloff
Copy link

Latest versions of boto3/botocore available with Python runtimes are too old.

For example, built-in boto3 version does not support ExecutionParameters for Athena's StartQueryExecution which is a security risk: a developer might pass the parameters via string substitution which will result in an SQL injection.

The idea is to maintain boto3/botocore layers with the latest available versions to easily plug them in and use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant