How to use awslimitchecker - 1 common examples

To help you get started, we’ve selected a few awslimitchecker examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Yipit / awslimits / awslimits / support.py View on Github external
def get_aws_limit_checker():
    return AwsLimitChecker(region=settings.REGION_NAME, account_id=settings.ACCOUNT_ID, account_role=settings.ACCOUNT_ROLE)

awslimitchecker

A script and python module to check your AWS service limits and usage, and warn when usage approaches limits.

AGPL-3.0
Latest version published 3 years ago

Package Health Score

61 / 100
Full package analysis

Popular awslimitchecker functions

Similar packages