You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Latest versions of boto3/botocore available with Python runtimes are too old.
For example, built-in boto3 version does not support
ExecutionParameters
for Athena'sStartQueryExecution
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.
The text was updated successfully, but these errors were encountered: