Skip to content

Commit

Permalink
Issue #3 edit variable names per PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider-vertical-relevance committed May 2, 2022
1 parent 11689d7 commit feca0eb
Show file tree
Hide file tree
Showing 15 changed files with 157 additions and 838 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ __pycache__
.cdk.staging
cdk.out
.env
.~c9_*
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,4 @@ After running `cdk deploy`, the Control Broker will be set up.

## Next Steps

Try launching one of the [Example use cases](./README.md#example-use-cases)!

# Setup

## Install CDK experimental modules

pip install aws_cdk.aws_lambda_python_alpha

pip install aws_cdk.aws_apigatewayv2_alpha

pip install aws_cdk.aws_apigatewayv2_integrations_alpha

pip install aws_cdk.aws_apigatewayv2_authorizers_alpha
Try launching one of the [Example use cases](./README.md#example-use-cases)!
Loading

0 comments on commit feca0eb

Please sign in to comment.