Expected Behavior
Secret: {
"Other Secret":"",
"Datadog_Secret":"",
}
Input:- Datadog_key Secret Name: "Datadog_Secret"
OR
Provide way to give key in plain format and Datadog construct handled in it its own way.
Actual Behaviour
Currently it will accept only Key inside the secret.
Steps to Reproduce the Problem
- Put Datadog Key in Secrets in JSON Format.
- Passed ISecret into Datadog Construct.
- Deploy app on AWS CDK to check whether Key is loaded or not. (Cloud Watch Logs Helpful Here).
Specifications
- Datadog Lambda Layer version: 64
- GO version: 1.21.3
Stacktrace