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

enter image description here

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

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -