We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47213e commit 2e36052Copy full SHA for 2e36052
backend/serverless.yml
@@ -141,7 +141,7 @@ custom:
141
createRoute53Record: true
142
datadog:
143
site: datadoghq.com
144
- apiKeySecretArn: arn:aws:secretsmanager:us-east-1:197411599260:secret:DdApiKeySecret-Bdpa3lQQgQcR-VAo2Tp
145
- llbObsEnable: true
+ apiKeySecretArn: arn:aws:secretsmanager:${aws:region}:${aws:accountId}:secret:DdApiKeySecret-Bdpa3lQQgQcR-VAo2Tp
+ llmObsEnabled: true
146
uploadGitMetadata: false
147
addLayers: true
0 commit comments