diff --git a/cdk/resources/DeviceShadow.ts b/cdk/resources/DeviceShadow.ts index d120d37af..b9f7f9679 100644 --- a/cdk/resources/DeviceShadow.ts +++ b/cdk/resources/DeviceShadow.ts @@ -141,7 +141,7 @@ export class DeviceShadow extends Construct { resources: [ `arn:aws:ssm:${Stack.of(this).region}:${ Stack.of(this).account - }:parameter/${Stack.of(this).stackName}/config/stack`, + }:parameter/${Stack.of(this).stackName}/stack/context`, ], }) fetchDeviceShadow.addToRolePolicy(ssmReadPolicy) diff --git a/features/RuntimeConfiguration.feature.md b/features/RuntimeConfiguration.feature.md index c97f62b9d..c5ff589b7 100644 --- a/features/RuntimeConfiguration.feature.md +++ b/features/RuntimeConfiguration.feature.md @@ -281,7 +281,7 @@ And there is this device shadow data for `${fingerprint_deviceId}` in nRF Cloud When I connect to the websocket using fingerprint `${fingerprint}` - + Soon the duration between 2 consecutive device shadow requests for `${fingerprint_deviceId}` should be `5` seconds @@ -292,7 +292,7 @@ Given device shadow fetching config for model `PCA20035+solar` is `10` When I connect to the websocket using fingerprint `${fingerprint}` - + Soon the duration between 2 consecutive device shadow requests for `${fingerprint_deviceId}` should be `10` seconds