LICENSE
README.md
pyproject.toml
ministack/__init__.py
ministack/__main__.py
ministack/app.py
ministack.egg-info/PKG-INFO
ministack.egg-info/SOURCES.txt
ministack.egg-info/dependency_links.txt
ministack.egg-info/entry_points.txt
ministack.egg-info/requires.txt
ministack.egg-info/top_level.txt
ministack/core/__init__.py
ministack/core/hypercorn_compat.py
ministack/core/hypercorn_conf.py
ministack/core/lambda_runtime.py
ministack/core/persistence.py
ministack/core/responses.py
ministack/core/router.py
ministack/core/tls.py
ministack/services/__init__.py
ministack/services/account.py
ministack/services/acm.py
ministack/services/alb.py
ministack/services/apigateway.py
ministack/services/apigateway_v1.py
ministack/services/appconfig.py
ministack/services/appsync.py
ministack/services/appsync_events.py
ministack/services/athena.py
ministack/services/autoscaling.py
ministack/services/backup.py
ministack/services/batch.py
ministack/services/cloudfront.py
ministack/services/cloudfront_keyvaluestore.py
ministack/services/cloudtrail.py
ministack/services/cloudwatch.py
ministack/services/cloudwatch_logs.py
ministack/services/codebuild.py
ministack/services/cognito.py
ministack/services/cur.py
ministack/services/dynamodb.py
ministack/services/dynamodb_streams.py
ministack/services/ec2.py
ministack/services/ecr.py
ministack/services/ecs.py
ministack/services/ecs_metadata.py
ministack/services/efs.py
ministack/services/eks.py
ministack/services/elasticache.py
ministack/services/emr.py
ministack/services/eventbridge.py
ministack/services/firehose.py
ministack/services/glue.py
ministack/services/iam.py
ministack/services/imds.py
ministack/services/kinesis.py
ministack/services/kms.py
ministack/services/lambda_svc.py
ministack/services/mwaa.py
ministack/services/opensearch.py
ministack/services/organizations.py
ministack/services/pipes.py
ministack/services/rds.py
ministack/services/rds_data.py
ministack/services/resource_groups.py
ministack/services/route53.py
ministack/services/s3.py
ministack/services/s3files.py
ministack/services/scheduler.py
ministack/services/secretsmanager.py
ministack/services/servicediscovery.py
ministack/services/ses.py
ministack/services/ses_v2.py
ministack/services/sns.py
ministack/services/sqs.py
ministack/services/ssm.py
ministack/services/stepfunctions.py
ministack/services/sts.py
ministack/services/tagging.py
ministack/services/transfer.py
ministack/services/waf.py
ministack/services/waf_v1.py
ministack/services/cloudformation/__init__.py
ministack/services/cloudformation/changesets.py
ministack/services/cloudformation/custom_resource.py
ministack/services/cloudformation/engine.py
ministack/services/cloudformation/handlers.py
ministack/services/cloudformation/helpers.py
ministack/services/cloudformation/provisioners.py
ministack/services/cloudformation/stacks.py
tests/test_account.py
tests/test_acm.py
tests/test_alb.py
tests/test_apigatewayv1.py
tests/test_apigatewayv2.py
tests/test_appconfig.py
tests/test_appsync.py
tests/test_appsync_events.py
tests/test_athena.py
tests/test_autoscaling.py
tests/test_backup.py
tests/test_batch.py
tests/test_cfn.py
tests/test_cfn_custom_resource.py
tests/test_cloudfront.py
tests/test_cloudfront_kvs.py
tests/test_cloudtrail.py
tests/test_cloudwatch.py
tests/test_cloudwatch_logs.py
tests/test_codebuild.py
tests/test_cognito.py
tests/test_cur.py
tests/test_dynamodb.py
tests/test_dynamodb_streams.py
tests/test_ec2.py
tests/test_ecr.py
tests/test_ecs.py
tests/test_ecs_metadata.py
tests/test_efs.py
tests/test_eks.py
tests/test_elasticache.py
tests/test_emr.py
tests/test_eventbridge.py
tests/test_firehose.py
tests/test_glue.py
tests/test_health.py
tests/test_iam.py
tests/test_imds.py
tests/test_init_scripts.py
tests/test_kinesis.py
tests/test_kms.py
tests/test_lambda.py
tests/test_lambda_proxy.py
tests/test_ministack.py
tests/test_multitenancy.py
tests/test_mwaa.py
tests/test_opensearch.py
tests/test_organizations.py
tests/test_package.py
tests/test_persistence.py
tests/test_rds.py
tests/test_rds_data.py
tests/test_resource_groups.py
tests/test_route53.py
tests/test_router.py
tests/test_s3.py
tests/test_s3files.py
tests/test_scheduler.py
tests/test_secretsmanager.py
tests/test_servicediscovery.py
tests/test_ses.py
tests/test_sns.py
tests/test_sqs.py
tests/test_ssm.py
tests/test_stepfunctions.py
tests/test_sts.py
tests/test_tagging.py
tests/test_tls.py
tests/test_transfer.py
tests/test_unicode.py
tests/test_waf.py
tests/test_waf_v1.py