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.
1 parent 714f789 commit 3d3ad65Copy full SHA for 3d3ad65
scripts/buildAndDeployLambdaAssembly.sh
@@ -30,7 +30,7 @@ run() {
30
--description="$changelog" \
31
--file="assembly.jar" \
32
--runtime='java21' \
33
- --handler="org.encalmo.lambda.example.ExampleLambda2" \
+ --handler="org.encalmo.lambda.example.ExampleLambda1" \
34
--javastart=$type
35
36
else
0 commit comments