Skip to content

Commit

Permalink
fix(cdk): remove copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Nov 9, 2023
1 parent a119df8 commit b13aea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/resources/LwM2M.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class LwM2M extends Construct {
memorySize: 1792,
code: Lambda.Code.fromAsset(lambdaSources.updatesToLwM2M.lambdaZipFile),
description:
'Invoked when devices report their cell locationStore shadow updates asset_tracker_v2 shadow format as LwM2M objects in a named shadow. ',
'Store shadow updates asset_tracker_v2 shadow format as LwM2M objects in a named shadow. ',
layers: [baseLayer],
environment: {
VERSION: this.node.tryGetContext('version'),
Expand Down

0 comments on commit b13aea0

Please sign in to comment.