Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
merge #715 [PATCH] updated project structure per CDK output
Browse files Browse the repository at this point in the history
Co-Authored By: sringopi <sringopi@amazon.com>
  • Loading branch information
Morgan Gangwere committed Aug 1, 2023
1 parent 17886e6 commit eeec1b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ You'll see something like this:
* app.py — The “main” for this sample application.
* cdk.json — A configuration file for CDK that defines what executable CDK should run to generate the CDK construct tree.
* README.md — The introductory README for this project.
* requirements.txt—This file is used by pip to install all of the dependencies for your application. In this case, it contains only -e . This tells pip to install the requirements specified in setup.py. It also tells pip to run python setup.py develop to install the code in the cdk_workshop module so that it can be edited in place.
* setup.py — Defines how this Python package would be constructed and what the dependencies are.
* requirements.txt—This file is used by pip to install all of the dependencies for your application.

## Your app's entry point

Expand Down

0 comments on commit eeec1b6

Please sign in to comment.