Metadata-Version: 2.1
Name: b-stage-deployment
Version: 0.0.2
Summary: AWS CDK resource that creates a stage deployment. Original one has too many bugs.
Home-page: https://github.com/biomapas/B.StageDeployment.git
Author: Laimonas Sutkus
Author-email: laimonas.sutkus@biomapas.com
License: Apache License 2.0
Keywords: AWS API Gateway Stage Deployment
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: aws-cdk.core (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-apigatewayv2 (<2.0.0,>=1.54.0)
Requires-Dist: aws-cdk.aws-lambda (<2.0.0,>=1.54.0)
Requires-Dist: boto3 (<1.16.0,>=1.10.46)
Requires-Dist: pytest (<7.0.0,>=6.0.2)
Requires-Dist: b-aws-testing-framework (<1.0.0,>=0.0.13)

# TODO

# Release history

### 0.0.2
* Add more docstrings.

### 0.0.1
* Initial build.


