Skip to content

Commit f6ea797

Browse files
committed
Add AWS Lambda to browser guide
1 parent edc6ee4 commit f6ea797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc-src/guide/browser-services.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ respective AWS service. The full list of methods and their parameters are
1010
documented in the complete API reference documentation (linked from each
1111
service name in the list below).
1212

13-
The 5 services that come with the default hosted package of the SDK are:
13+
The 11 services that come with the default hosted package of the SDK are:
1414

1515
* [AWS.CloudWatch](/AWSJavaScriptSDK/latest/AWS/CloudWatch.html)
1616
* [AWS.CognitoIdentity](/AWSJavaScriptSDK/latest/AWS/CognitoIdentity.html)
1717
* [AWS.CognitoSync](/AWSJavaScriptSDK/latest/AWS/CognitoSync.html)
1818
* [AWS.DynamoDB](/AWSJavaScriptSDK/latest/AWS/DynamoDB.html)
1919
* [AWS.ElasticTranscoder](/AWSJavaScriptSDK/latest/AWS/ElasticTranscoder.html)
2020
* [AWS.Kinesis](/AWSJavaScriptSDK/latest/AWS/Kinesis.html)
21+
* [AWS.Lambda](/AWSJavaScriptSDK/latest/AWS/Lambda.html)
2122
* [AWS.S3](/AWSJavaScriptSDK/latest/AWS/S3.html)
2223
* [AWS.SNS](/AWSJavaScriptSDK/latest/AWS/SNS.html)
2324
* [AWS.SQS](/AWSJavaScriptSDK/latest/AWS/SQS.html)

0 commit comments

Comments
 (0)