amazon web services - aws-sdk for Lambda not up to date? -
i use node4.3
lambda function
triggered custom resource
in cloudformation
json
requires latest aws-sdk
able call
var cognitoidentityserviceprovider = new aws.cognitoidentityserviceprovider();
but looks aws-sdk
not latest since errors , can see in logs aws.cognitoidentityserviceprovider
undefined.
am doing wrong or there workaround?
as per docs here: http://docs.aws.amazon.com/awsjavascriptsdk/latest/index.html cognitoidentityserviceprovider
not supported yet
note: although services supported in browser version of sdk, not of services available in default hosted build (using script tag provided above). list of services in hosted build provided in "working services" section of browser sdk guide, including instructions on how build custom version of sdk services.
Comments
Post a Comment