Skip to content

Commit 5110df4

Browse files
authored
adding in missing olmconfig file (#14)
Issue #, if available: - Fixes: aws-controllers-k8s/community#1077 Description of changes: adding in the missing olmconfig file to the repo By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 7b57faf commit 5110df4

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

olm/olmconfig.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
annotations:
3+
capabilityLevel: Basic Install
4+
shortDescription: AWS Lambda controller is a service controller for managing Lambda resources
5+
in Kubernetes
6+
displayName: AWS Controllers for Kubernetes - Amazon Lambda
7+
description: |-
8+
Manage Amazon Lambda resources in AWS from within your Kubernetes cluster.
9+
10+
11+
**About Amazon Lambda**
12+
13+
14+
Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any type of application or backend service. All you need to do is supply your code in one of the [languages that Lambda supports](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html).
15+
16+
17+
**About the AWS Controllers for Kubernetes**
18+
19+
20+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
21+
project. This project is currently in **developer preview**.
22+
23+
24+
**Pre-Installation Steps**
25+
26+
27+
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
28+
samples:
29+
- kind: CodeSigningConfig
30+
spec: '{}'
31+
- kind: EventSourceMapping
32+
spec: '{}'
33+
- kind: Function
34+
spec: '{}'
35+
- kind: Alias
36+
spec: '{}'
37+
maintainers:
38+
- name: "lambda maintainer team"
39+
40+
links:
41+
- name: Amazon Lambda Developer Resources
42+
url: https://aws.amazon.com/lambda/resources/

0 commit comments

Comments
 (0)