Skip to content

Commit 6becb29

Browse files
authored
Pin AWS SDK version in lambda layer sample app to fix build (#257)
*Issue #, if available:* Fix failing build: https://github.com/aws-observability/aws-otel-js-instrumentation/actions/runs/17474640162 *Description of changes:* Pin AWS SDK version in lambda layer sample app By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent e35685b commit 6becb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-layer/sample-apps/aws-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"typescript": "4.9.5"
5252
},
5353
"dependencies": {
54-
"@aws-sdk/client-s3": "^3.651.1"
54+
"@aws-sdk/client-s3": "3.651.1"
5555
}
5656
}

0 commit comments

Comments
 (0)