awesome-layers icon indicating copy to clipboard operation
awesome-layers copied to clipboard

Add latest boto3 and botocore layers

Open bryzgaloff opened this issue 3 years ago • 0 comments

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.

bryzgaloff avatar Mar 17 '23 09:03 bryzgaloff