Metadata-Version: 2.1
Name: clouday1-extract-aws-metadata
Version: 0.0.10
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.10 (04/11/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


