Skip to content

Commit 06a1a41

Browse files
committed
update repo tag line
1 parent e856c61 commit 06a1a41

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

cfn-build.yml

+11-8
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,28 @@ Resources:
2424
RepositoryName: lambda/java
2525
RepositoryCatalogData:
2626
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
3131
[Lambda Runtime API](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html).
3232
The Lambda Runtime Interface Client allows your runtime to receive requests from and send
3333
requests to the Lambda service.
3434
3535
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!
3740
3841
## Maintenance policy
3942
4043
These images will be updated periodically to pick up new security patches. The components
4144
and dependencies included in the image may change from time to time, but they will always
4245
work for deploying images to AWS Lambda.
4346
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).
4649
4750
Otherwise, you can get started by using these images in your Dockerfile and coping your
4851
class files into the `/var/task` folder in your image. The runtime jar dependencies should
@@ -138,7 +141,7 @@ Resources:
138141
139142
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{"payload":"hello world!"}'
140143
RepositoryDescription: >
141-
AWS Lambda Base Images for Java 17+
144+
Unofficial Community AWS Lambda Base Images for Java 17+
142145
OperatingSystems:
143146
- Linux
144147
Architectures:

0 commit comments

Comments
 (0)