File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ hs_err_pid*
24
24
/jdk-17 /
25
25
/.idea /
26
26
/example /software /ExampleFunction /target /
27
+ /layer /
27
28
28
29
* .iml
29
30
/jre17-slim /
Original file line number Diff line number Diff line change 2
2
3
3
# -4 IPv4 only
4
4
# -L follow redirect if the server responds with a redirect
5
-
5
+ mkdir layer
6
6
curl -4 -L https://repo.maven.apache.org/maven2/com/amazonaws/aws-lambda-java-runtime-interface-client/1.1.0/aws-lambda-java-runtime-interface-client-1.1.0.jar -o layer/aws-lambda-java-runtime-interface-client-1.1.0.jar
7
7
curl -4 -L https://repo.maven.apache.org/maven2/com/amazonaws/aws-lambda-java-core/1.2.1/aws-lambda-java-core-1.2.1.jar -o layer/aws-lambda-java-core-1.2.1.jar
8
8
curl -4 -L https://repo.maven.apache.org/maven2/com/amazonaws/aws-lambda-java-serialization/1.0.0/aws-lambda-java-serialization-1.0.0.jar -o layer/aws-lambda-java-serialization-1.0.0.jar
You can’t perform that action at this time.
0 commit comments