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

Fix sample expunge VPC, if-len, and process deployment maps #716

Merged
merged 1 commit into from
Apr 19, 2024

Commits on Apr 9, 2024

  1. Fix sample expunge VPC, if-len, and process deployment maps

    **Why?**
    
    Amazon CodeGuru suggested improvements to:
    
    * Use paginators in the sample-expunge-vpc code, after reviewing, this sample
      required some more attention.
    * Change `if len(...) > or ==` statements to match against the value. A list
      with elements is True, an empty list is False. Improving readability.
    * Move boto3 client and resource creation to the initialization phase of the
      process deployment map Lambda function, to speed up its execution in
      consecutive runs.
    sbkok committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    82228bf View commit details
    Browse the repository at this point in the history