Skip to content

Commit b768e76

Browse files
committed
Add AWS.Lambda to the set of default services in the browser build
1 parent 338914a commit b768e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist-tools/service-collector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var path = require('path');
55
var AWS = require('../');
66
var apis = require('../lib/api_loader');
77

8-
var defaultServices = 'cloudwatch,cognitoidentity,cognitosync,dynamodb,kinesis,elastictranscoder,s3,sqs,sns,sts';
8+
var defaultServices = 'cloudwatch,cognitoidentity,cognitosync,dynamodb,kinesis,elastictranscoder,lambda,s3,sqs,sns,sts';
99
var sanitizeRegex = /[^a-zA-Z0-9,-]/;
1010

1111
var serviceClasses = {};

0 commit comments

Comments
 (0)