Skip to content

Commit

Permalink
Folder restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestoll committed Feb 29, 2024
1 parent f6b4076 commit 611e36f
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions cdk/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ See also the general [prerequisites for CDK](https://docs.aws.amazon.com/cdk/v2/

```
cd cdk/csharp
dotnet build src
dotnet build
cdk deploy
```

## Useful commands

* `dotnet build src` compile this app
* `dotnet test src` test this app
* `dotnet build` compile this app
* `dotnet test` test this app
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template
2 changes: 1 addition & 1 deletion cdk/csharp/cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "dotnet run --project src/src/Cdk/Cdk.csproj",
"app": "dotnet run --project src/Cdk/Cdk.csproj",
"watch": {
"include": [
"**"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 611e36f

Please sign in to comment.