Skip to content

Commit 0149926

Browse files
committed
Update for documentation link and import
1 parent d973523 commit 0149926

File tree

2 files changed

+2
-5
lines changed
  • aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events
  • aws-lambda-java-tests/src/main/java/com/amazonaws/services/lambda/runtime/tests

2 files changed

+2
-5
lines changed

aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/ScheduledV2Event.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* Represents a Scheduled V2 event sent to Lambda
19-
* <a href="https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-schedulev2.html">ScheduleV2</a>
19+
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-eventbridge-scheduler.html">Using Lambda with Amazon EventBridge Scheduler</a>
2020
*/
2121
@Data
2222
@Builder(setterPrefix = "with")

aws-lambda-java-tests/src/main/java/com/amazonaws/services/lambda/runtime/tests/EventLoader.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
import com.amazonaws.services.lambda.runtime.serialization.PojoSerializer;
66
import com.amazonaws.services.lambda.runtime.serialization.events.LambdaEventSerializers;
77

8-
import java.io.FileInputStream;
9-
import java.io.FileNotFoundException;
10-
import java.io.IOException;
11-
import java.io.InputStream;
8+
import java.io.*;
129

1310
/**
1411
* Load events from json files and serialize them in Events

0 commit comments

Comments
 (0)