Metadata-Version: 2.1
Name: clouday1_extract_aws_metadata
Version: 0.0.41
Summary: A tool to extract metadata from AWS
Home-page: UNKNOWN
Author: Brandon Wymer
Author-email: brandon.wymer@rocketmail.com
License: MIT
Keywords: AWSMetadataExtractor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

This package is meant to help retrieve the metadata in AWS Service

Change Log
==========

0.0.41 (06/02/2022)
-------------------
- First Release : Collect metadata from AWS Service,
  Supported Service Include: Lambda, API Gateway, Cloudwatch, SNS, Step Function, Cognito, EC2, Dynamo DB, S3
- Second Release: Fix some bug for dynamodb and add some new features like export to S3 bucket and write to dynamodb
- Third Release: Fix some bug when finding edge between API gateway and Lambda
- Fourth Release: Fix bug when finding edge between SNS to Lambda
- Fifth Release: Add some information in the service node ( Lambda, Dynamodb, SFN, APIgateway, Cognito)
- Sixth Release: Fix bug in step function prepare node
- Seventh Release: Fix specific bug in the step function where there is extra unwanted word
- Eight Release: Added new functionality used in initialize class
- Ninth Release: Fix some functionality used in initialize class
- Tenth Release: Modify some functionality in initialize class
- Eleventh Release: Modify the table name to write into dynamoDB
- Twelveth Release: Minor bug in updating item in prepare class
- Thirteenth Release: Bug Fix in updating item in prepare class
- Fourteenth Release: Fix Bug
- Fifteenth Release: Change timezone into Taipei Timezone
- Sixteenth Release: Automate Deployment to PYPI Testing
- Seventeenth Release: Added feature for getting credentials from S3 and prcessing requestID to dynamodb
- Eighteenth Release: Change the naming for certain AWS service and dynamodb arn structuring
- Nineteenth Release: Change the SNS naming and add status 'updating' into initialize class 
- Twentieth Release: Change some of credential gaining way in the system
- Twentiethone Release: Introduce new tag system in the data json file
- TwentyTwo Release: Fix bug in dynamodb tagging system
- TwentiethThird Release: Fix some tagging version output
- TwentiethFourth Release: Added Fake Cost Feature
- TwentiethFive Release: Fix add cost feature
- TwentiethSixth Release: Fix the rds describe instance file
- TwentiethSeventh Release: Fix minor bug in RDS extractingv metadata
- TwentiethEight Release: Added RDS and EC2 instance prepare node
- TwentiethNine Release: Added credential in every function
- Thirty Release: Fix ec2 prepare node
- Thirty One Release: Fix transcribe prepare node
- Thirty two Release: Added the additional tag and fix translate and transcribe node
- Thirty Three Release: fix minor bug when exporting to JSON
- Thirty Four Release: Pretty fix export to JSON
- Thirty Five Release: Added new feature for resource group
- Thirty Six Release: Fix bug in resource group
- Thirty Seven Release: Pretty Fix export to JSON for resourceGroup
- Thirty Eight Release: Fix Resource Group Naming become name instead of ARN
- Thirty Nine Release: Add the type into the first array in data.json for front end purpose
- Forty Release: Add console URL and resource in resourceGroup node
- Forty One Release: Remove fatal bug at the resource group prepare node


