diff --git a/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json index 07174775..d2bfd1f8 100644 --- a/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json +++ b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json @@ -8,7 +8,7 @@ "start": "node server.js" }, "dependencies": { - "aws-sdk": "2.9.0", + "aws-sdk": "2.814.0", "aws-xray-sdk": "1.1.4", "express": "^4.13.3" }