Skip to content

Commit a40f3be

Browse files
Add service metadata file (#9)
Adds a `metadata.yaml` file to the root of the repository to describe the service's metadata and versions.
1 parent 6cfd3f7 commit a40f3be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: metadata.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
service:
2+
full_name: "Amazon DynamoDB"
3+
short_name: "DynamoDB"
4+
link: "https://aws.amazon.com/dynamodb/"
5+
documentation: "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/index.html"
6+
api_versions:
7+
- api_version: v1alpha1
8+
status: available

0 commit comments

Comments
 (0)