You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can enable X-Ray for your state machine, specify `tracingConfig` as shown below.
414
+
415
+
```yaml
416
+
stepFunctions:
417
+
stateMachines:
418
+
hellostepfunc1:
419
+
tracingConfig:
420
+
enabled: true
421
+
```
422
+
410
423
## Current Gotcha
411
424
412
425
Please keep this gotcha in mind if you want to reference the `name` from the `resources` section. To generate Logical ID for CloudFormation, the plugin transforms the specified name in serverless.yml based on the following scheme.
0 commit comments