SSM Parameter lookup gives "Not making progress trying to resolve environmental context. Giving up." error #30078
Labels
@aws-cdk/aws-ssm
Related to AWS Systems Manager
bug
This issue is a bug.
guidance
Question that needs advice or information.
p2
Describe the bug
When running
npx cdk synth
I get the following error:(This stacktrace is produced in verbose mode, in regular mode you get a less descriptive error).
Following the stacktrace, it looks like this happens when I try to look up an SSM string parameter.
Expected Behavior
This CDK produces a valid cloudformation template that is being deployed by my github actions. For some reason this just isn't working on my local machine.
Current Behavior
Reproduction Steps
This is the code that produces the issue, however I wasn't able to reproduce it outside of my local machine (it works fine on GHA and my coworker's machine):
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.9.0
Framework Version
No response
Node.js Version
20.3.1
OS
macOS 14.4.1
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: