cdk diff: doesn't doesn't indicate "parameters" and "outputs" #1120
Closed
Description
There is no indication that an entity added/removed/changed is a Parameter
or an Output
:
For example, HelloFunctionCodeS3Bucket0C5C164D
is a new parameter:
[+] Added HelloFunctionCodeS3Bucket0C5C164D: {"Type":"String","Description":"S3 bucket for asset \"CdkDemoStack/HelloFunction/Code\""}
[+] Added HelloFunctionCodeS3VersionKeyAC59E192: {"Type":"String","Description":"S3 key for asset version \"CdkDemoStack/HelloFunction/Code\""}
[+] Creating HelloFunctionServiceRole186F1BA8 (type: AWS::IAM::Role)
[+] Creating HelloFunctionD909AE8C (type: AWS::Lambda::Function)