c# - Why can't I find Amazon.Lambda.Core? -


i'm new amazon lamba, may newb question. i've downloaded , installed amazon sdk , created new project in visual studio.

the lamba programming model talks adding lambda serializer, in amazon.lambda.core namespace, can't seem find it. i've added awssdk.core.dll , awssdk.lamba.dll assembly references, amazon.lambda.core namespace found.

aws object model

in addition, amazon api reference not have amazon.lamba.core namespace.

amazon api reference

what have misunderstood here? , how can fix it?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -