aws-cdk: SSM parameter not available in account #28208
Labels
@aws-cdk/aws-ssm
Related to AWS Systems Manager
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
i have a code that reads a value from SSM parameter which is going to be built in codebuild project. For the first time ever run, the value will not exist yet, so i wrote a logic that will catch the error and it is supposed to continue, but even with the logic, i'm still getting
SSM parameter not available in account
error``
let apiEndpoint: string;
``
Expected Behavior
SSM parameter not available in account
error should not stop the codebuild projectCurrent Behavior
SSM parameter not available in account 1234, region us-east-1: /api-endpoint
error stops the codebuild projectReproduction Steps
view description
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.108.1 (build 2320255)
Framework Version
No response
Node.js Version
v18.18.0
OS
Windows
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: