cdk_monitoring_constructs: failed to read values from parameter store #30110
Labels
@aws-cdk/aws-ssm
Related to AWS Systems Manager
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
I'm trying to read values from string list parameter that was created in a different stack (the code for the other stack works and the parameter store got created) when using
cdk_monitoring_constructs
module. However, i keep getting this errorhere is my code,
Expected Behavior
The strings inside parameter store list should have been passed and consumed normally because
instance_ids
expectSequence[str]
and i am passing a List[str].Current Behavior
I'm getting this error
Reproduction Steps
Please read the description above
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.131.0 (build 92b912d)
Framework Version
No response
Node.js Version
v18.17.1
OS
windows
Language
Python
Language Version
3.11.1
Other information
No response
The text was updated successfully, but these errors were encountered: