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 Original file line number Diff line number Diff line change 16
16
17
17
/**
18
18
* 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>
20
20
*/
21
21
@ Data
22
22
@ Builder (setterPrefix = "with" )
Original file line number Diff line number Diff line change 5
5
import com .amazonaws .services .lambda .runtime .serialization .PojoSerializer ;
6
6
import com .amazonaws .services .lambda .runtime .serialization .events .LambdaEventSerializers ;
7
7
8
- import java .io .FileInputStream ;
9
- import java .io .FileNotFoundException ;
10
- import java .io .IOException ;
11
- import java .io .InputStream ;
8
+ import java .io .*;
12
9
13
10
/**
14
11
* Load events from json files and serialize them in Events
You can’t perform that action at this time.
0 commit comments