Skip to content

Commit 32245c2

Browse files
authored
Add JavaScript runtime for CloudFront Functions to sdks.yaml. (#110)
1 parent af720e5 commit 32245c2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

aws_doc_sdk_examples_tools/config/sdks.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,28 @@ JavaScript:
178178
uid: "AWSJavaScriptSDKV3"
179179
name: "&guide-jsb-api;"
180180
link_template: "AWSJavaScriptSDK/v3/latest/client/{{.Service}}/command/{{.Action}}Command"
181+
101:
182+
long: "&CFJS10long;"
183+
short: "&CFJS10;"
184+
expanded:
185+
long: JavaScript runtime 1.0 for Amazon CloudFront Functions
186+
short: JavaScript runtime 1.0 for CloudFront Functions
187+
guide: AmazonCloudFront/latest/DeveloperGuide/cloudfront-functions.html
188+
api_ref:
189+
uid: "cloudfront"
190+
name: "&guide-cf-api;"
191+
link_template: "https://docs.aws.amazon.com/cloudfront/latest/APIReference/Welcome.html"
192+
102:
193+
long: "&CFJS20long;"
194+
short: "&CFJS20;"
195+
expanded:
196+
long: JavaScript runtime 2.0 for Amazon CloudFront Functions
197+
short: JavaScript runtime 2.0 for CloudFront Functions
198+
guide: AmazonCloudFront/latest/DeveloperGuide/cloudfront-functions.html
199+
api_ref:
200+
uid: "cloudfront"
201+
name: "&guide-cf-api;"
202+
link_template: "https://docs.aws.amazon.com/cloudfront/latest/APIReference/Welcome.html"
181203
guide: "&guide-jsb-dev;"
182204
Kotlin:
183205
property: kotlin

0 commit comments

Comments
 (0)