Skip to content

Welcome to AWS Resource Validator

aws_resource_validator is test test test a Python package that creates objects to validate, show constraints of common AWS resource names, and generate compatible patterns for tests. This helps ensure that AWS resource names comply with AWS naming rules and can be used for testing and validation purposes.

Features

  • Validation: Check if a given AWS resource name meets the AWS naming constraints.
  • Constraint Display: Display constraints for different AWS resource names.
  • Pattern Generation: Generate compatible patterns for AWS resource names for testing purposes.

Installation

You can install the package via pip:

pip install aws_resource_validator