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.
in addition, amazon api reference not have amazon.lamba.core namespace.
what have misunderstood here? , how can fix it?
Comments
Post a Comment