Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ ComponentConfiguration:
shop: "test_shop"
line: "test_line"
component:
# UNS component token. The Greengrass ComponentName is reverse-DNS PascalCase; the token the
# wire carries is lower-kebab, so it is set explicitly rather than derived from the name.
token: telemetry-processor
# Cross-route defaults, overlaid by each route (global ⊕ instance).
global:
defaults:
Expand Down
Loading