@@ -24,25 +24,28 @@ Resources:
24
24
RepositoryName : lambda/java
25
25
RepositoryCatalogData :
26
26
AboutText : |+
27
- Unofficial base image for Lambda that contains all the required components to run your
28
- functions packaged as container images on AWS Lambda. This base image contains the Amazon
29
- Linux Base operating system, the runtime for Java, dependencies and the Lambda Runtime
30
- Interface Client (RIC), which implements the
27
+ Unofficial community base image for Lambda that contains all the required components to
28
+ run your functions packaged as container images on AWS Lambda. This base image contains
29
+ the Amazon Linux Base operating system, the runtime for Java, dependencies and the Lambda
30
+ Runtime Interface Client (RIC), which implements the
31
31
[Lambda Runtime API](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html).
32
32
The Lambda Runtime Interface Client allows your runtime to receive requests from and send
33
33
requests to the Lambda service.
34
34
35
35
To learn more about the composition of this base image you can visit
36
- [https://github.com/aleph0io/aws-lambda-java-base-images](https://github.com/aleph0io/aws-lambda-java-base-images).
36
+ [aleph0io/aws-lambda-java-base-images](https://github.com/aleph0io/aws-lambda-java-base-images)
37
+ on GitHub.
38
+
39
+ Maintained by [@sigpwned](https://twitter.com/sigpwned). Drop me a line!
37
40
38
41
## Maintenance policy
39
42
40
43
These images will be updated periodically to pick up new security patches. The components
41
44
and dependencies included in the image may change from time to time, but they will always
42
45
work for deploying images to AWS Lambda.
43
46
UsageText : |-
44
- You can find an entire example AWS Lambda function implementation at
45
- [https://github.com/sigpwned/ example-java-17- lambda-function](https://github.com/sigpwned /example-java-17 -lambda-function).
47
+ You can find an entire example AWS Lambda function implementation on GitHub at
48
+ [aleph0io/ example-java-lambda-function](https://github.com/aleph0io /example-java-lambda-function).
46
49
47
50
Otherwise, you can get started by using these images in your Dockerfile and coping your
48
51
class files into the `/var/task` folder in your image. The runtime jar dependencies should
@@ -138,7 +141,7 @@ Resources:
138
141
139
142
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{"payload":"hello world!"}'
140
143
RepositoryDescription : >
141
- AWS Lambda Base Images for Java 17+
144
+ Unofficial Community AWS Lambda Base Images for Java 17+
142
145
OperatingSystems :
143
146
- Linux
144
147
Architectures :
0 commit comments