Metadata-Version: 2.1
Name: b-lambda-layer-common
Version: 1.5.0
Summary: AWS CDK based lambda layer including useful utilities.
Home-page: https://github.com/biomapas/B.LambdaLayerCommon.git
Author: Laimonas Sutkus
Author-email: laimonas.sutkus@biomapas.com
License: Apache License 2.0
Description: # TODO
        
        # Release history
        
        ### 1.5.0
        * Force using error_class to error_classes.
        
        ### 1.4.0
        * Add functionality to fetch and cache SSM parameters.
        * Add OS type parameters.
        
        ### 1.3.0
        * Add media Response and wav/mpeg headers.
        
        ### 1.2.0
        * Add DoNotUpdate class, useful when checking what parameters to update and what not.
        
        ### 1.1.3
        * Implement retrying logic to HttpCall.
        
        ### 1.1.2
        * Make sure test coverage is at least 80%.
        * Add CI/CD pipeline.
        * Add more encodings to decode responses.
        
        ### 1.1.1
        * Add urllib3 dependency.
        
        ### 1.1.0
        * Add DynamoDBEncoder that subclasses DecimalEncoder and additionally encodes sets as lists.
        
        ### 1.0.3
        * Modify call_to_json function by checking whether the response contains body.
        
        ### 1.0.2
        * Add exception logging for failed imports.
        
        ### 1.0.1
        * Expose http_endpoint on NeigbourEndpoint class.
        
        ### 1.0.0
        * Release version with major braking changes.
        * Consistent naming for imports.
        * Unit tests to cover all functions and classes.
        * Add neighbour endpoint.
        * General code improvements and cleanup.
        
        ### 0.0.16
        * Fix logging imports.
        * Add logging of exception tracebacks to exception_middleware.
        * Add logging about HTTP requests.
        * Set request scheme for parent API Gateway urls depending on current protocol.
        
        ### 0.0.15
        * Add a CognitoAccessToken for parsing access token information provided by the API Gateway using Cognito authorizer.
        
        ### 0.0.14
        * Add a LoggingManager for setting up logging configuration
        
        ### 0.0.13
        * Add custom JSON encoder with support for decimal.Decimal encoding
        
        ### 0.0.12
        * Implement API Gateway body parsing.
        
        ### 0.0.11
        * Fix imports.
        
        ### 0.0.10
        * Implement exceptions.
        
        ### 0.0.9
        * Fix api gateway url.
        
        ### 0.0.8
        * Add xml to dict converter utility. No dependencies.
        
        ### 0.0.7
        * Fix imports.
        
        ### 0.0.6
        * Add ability to check whether singleton was initialized.
        
        ### 0.0.5
        * Remove description.
        
        ### 0.0.4
        * Do not create an extra stack.
        
        ### 0.0.3
        * Add safe initialization.
        
        ### 0.0.2
        * Add Layer class and Singleton.
        
        ### 0.0.1
        * Initial build.
Keywords: AWS CDK Lambda Layer
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
