Skip to content

Commit 5c48c60

Browse files
committed
update olmconfig with description and examples
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent c17d53c commit 5c48c60

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

olm/olmconfig.yaml

+12-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ description: |-
1313
**About Amazon API Gateway**
1414
1515
16-
{ADD YOUR DESCRIPTION HERE}
16+
Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs at any scale.
17+
API developers can create APIs that access AWS or other web services, as well as data stored in the AWS Cloud. As an API Gateway API developer,
18+
you can create APIs for use in your own client applications. Or you can make your APIs available to third-party app developers.
1719
1820
1921
**About the AWS Controllers for Kubernetes**
@@ -28,13 +30,19 @@ description: |-
2830
2931
Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/)
3032
samples:
31-
- kind: ExampleCustomKind
33+
- kind: RestAPI
3234
spec: '{}'
33-
- kind: SecondExampleCustomKind
35+
- kind: Resource
36+
spec: '{}'
37+
- kind: Stage
38+
spec: '{}'
39+
- kind: Integration
40+
spec: '{}'
41+
- kind: VPCLink
3442
spec: '{}'
3543
maintainers:
3644
- name: "apigateway maintainer team"
3745
3846
links:
3947
- name: Amazon API Gateway Developer Resources
40-
url: https://aws.amazon.com/API Gateway/developer-resources/
48+
url: https://aws.amazon.com/api-gateway/resources/

0 commit comments

Comments
 (0)