This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Workshop description inaccurate #742
Labels
bug
This issue is a bug.
documentation
This is a problem with documentation.
language/python
Related to the Python workshop
p2
Describe the bug
The output of
cdk diff
as described in the workshop is not in sync with actual output.https://cdkworkshop.com/30-python/30-hello-cdk/200-lambda.html
Diff does not output "Parameters"
Expected Behavior
The text "It also synthesized a couple of CloudFormation parameters that are used by the toolkit to propagate the location of the handler code." should be removed.
Current Behavior
CDK Diff does not output "Parameters". Workshop documentation is out of sync with behavior of CDK
Reproduction Steps
https://cdkworkshop.com/30-python/30-hello-cdk/200-lambda.html
Possible Solution
Remove text:
"It also synthesized a couple of CloudFormation parameters that are used by the toolkit to propagate the location of the handler code."
Additional Information/Context
No response
CDK CLI Version
2.49.0 (build 793dd76)
Section
Python - Hello Lambda
Browser
No response
Language
Python
The text was updated successfully, but these errors were encountered: