cyberark / cyberark-aws-auto-onboarding

Solutions for automatically detecting, managing and securing privileged accounts in AWS EC2
Apache License 2.0
40 stars 32 forks source link

boto3 is unnecessary to import #7

Closed infamousjoeg closed 4 years ago

infamousjoeg commented 5 years ago

When dealing with Python Lambda's in AWS... it is unnecessary to import boto3, since that's already a default package imported and provided by the AWS Lambda environment.

zivshits commented 5 years ago

Hi @infamousjoeg, Thank you for bringing for our attention. Documentation states https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html unless you are using specific version of boto3 it is not necessary to import. We will address this in upcoming release.