We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eabc85 + 96581af commit 203f584Copy full SHA for 203f584
services/lambda/src/it/java/software/amazon/awssdk/services/lambda/ServiceIntegrationTest.java
@@ -75,7 +75,7 @@ public void uploadFunction() throws IOException {
75
.code(FunctionCode.builder().zipFile(functionBits).build())
76
.handler("helloworld.handler")
77
.memorySize(128)
78
- .runtime(Runtime.NODEJS8_10)
+ .runtime(Runtime.NODEJS12_X)
79
.timeout(10)
80
.role(lambdaServiceRoleArn)).join();
81
0 commit comments