ditesh / faker-aws

Provider for Faker which adds fake details for the AWS microsystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Provider for Faker which adds fake details for the AWS microsystem

License:MIT License


Languages

Language:Python 100.0%