Skip to content

Commit

Permalink
shorten observabilityConfigurationName
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Feb 28, 2025
1 parent 0ac5d84 commit ea41bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws-cdk/lib/forms-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class FormsPlatformStack extends cdk.Stack {
this,
`${id}-observability-configuration`,
{
observabilityConfigurationName: `${id}-observability-configuration`,
observabilityConfigurationName: `${id}-obs-conf`,
traceConfigurationVendor: apprunner.TraceConfigurationVendor.AWSXRAY,
}
),
Expand Down

0 comments on commit ea41bb3

Please sign in to comment.