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 a261215 commit 2a9a050Copy full SHA for 2a9a050
awslambdadelete/src/main/java/example/LambdaDelete.java
@@ -37,7 +37,7 @@ public static void main(String[] args) {
37
.withRegion(REGION).build();
38
39
try {
40
- System.out.println("Deleting Lambda function");
+ System.out.println("Deleting Lambda function ...");
41
42
DeleteFunctionRequest delFunc = new DeleteFunctionRequest();
43
delFunc.withFunctionName(functionName);
0 commit comments