Metadata-Version: 2.1
Name: cdk-prb
Version: 0.1.0
Summary: cdk-pull-request-builder
Home-page: https://github.com/dheffx/cdk-pull-request-builder.git
Author: Daniel Heffner
License: MIT
Project-URL: Source, https://github.com/dheffx/cdk-pull-request-builder.git
Description: # Welcome to your CDK TypeScript Construct Library project!
        
        You should explore the contents of this project. It demonstrates a CDK Construct Library that includes a construct (`CdkPullRequestBuilder`)
        which contains an Amazon SQS queue that is subscribed to an Amazon SNS topic.
        
        The construct defines an interface (`CdkPullRequestBuilderProps`) to configure the visibility timeout of the queue.
        
        ## Useful commands
        
        * `npm run build`   compile typescript to js
        * `npm run watch`   watch for changes and compile
        * `npm run test`    perform the jest unit tests
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
