/faker-aws

Provider for Faker which adds fake details for the AWS microsystem

Primary LanguagePythonMIT LicenseMIT

faker-aws

Provider for Faker which adds fake details for the AWS ecosystem.

Installation

pip3 install faker-aws

Usage

Python

from faker import Faker
from faker_aws import AWSProvider

fake = Faker()
fake.add_provider(AWSProvider)
print(faker.arn(service="rds"))  # prints a fake ARN for RDS