aws-samples/aws-cdk-intro-workshop

.NET Code reference inaccurate. AddApplicationStage should be AddStage

boyersnet opened this issue · 1 comments

Describe the bug

There appears to be a typo in the code referenced on https://cdkworkshop.com/40-dotnet/70-advanced-topics/100-pipelines/5000-test-actions.html.

Expected Behavior

Code reference should be AddStage not AddApplicationStage.

Current Behavior

Error in documentation.

Reproduction Steps

var deployStage = pipeline.AddApplicationStage(deploy); is incorrect.

Possible Solution

Should read: var deployStage = pipeline.AddStage(deploy);

Additional Information/Context

No response

CDK CLI Version

2.55.1 (build 30f1ae4)

Section

DotNet | Advanced Topics | Pipelines | Test Actions

Browser

All

Language

Dotnet

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.