Metadata-Version: 2.1
Name: aws_ecs_service
Version: 1.0.4
Summary: AWS CDK package that manages ecs service resource.
Home-page: https://github.com/idenfy/AwsEcsService.git
Author: Laimonas Sutkus
Author-email: laimonas@idenfy.com, laimonas.sutkus@gmail.com
License: GNU GENERAL PUBLIC LICENSE Version 3
Description: ## Aws Ecs Service
        
        A custom ecs service resource which does not have bugs that traditional ecs service resource does.
        
        #### Remarks
        
        The project is written by [Laimonas Sutkus](https://github.com/laimonassutkus) 
        and is owned by [iDenfy](https://github.com/idenfy). This is an open source
        library intended to be used by anyone. [iDenfy](https://github.com/idenfy) aims
        to share its knowledge and educate market for better and more secure IT infrastructure.
        
        
        # Release history
        
        #### 1.0.4
        Human error fix.
        
        #### 1.0.3
        Fix kwargs by converting string-integers to integers.
        
        #### 1.0.2
        Mitigate CloudFormation bug.
        
        #### 1.0.1
        Do not have global boto3 resources/clients.
        
        #### 1.0.0
        Initial project. Not tested. No extensive readme.
        
Keywords: AWS CDK ECS CustomResource
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
