Hi, I'm trying to send outbound messages from salesforce(when contacts updated i need to sent some data to SQL DB visa Aws lambda functions), i'm not sure how do i parse the soap messages on aws lambda functions. can anyone help me achieve this using C#
Hi , Thank you for the video When I browse to add AWSSDK.Rekognition , I couldn't it find it on the list , I found only S3 and core , ( I mean to manage NuGet packages ), how can I access to Rekognition Api otherwise ?
Hi, that's strange - It is this package: www.nuget.org/packages/AWSSDK.Rekognition On top of that page there are some nice help on how to manually add the package - hope that helps you.
I have this issue: SchnitzelOrNotClient is not compatible with uap10.0.15063 (UAP,Version=v10.0.15063) / win10-arm. Project -2- supports: netstandard2.0 (.NETStandard,Version=v2.0). Can you help me with this? Thanks Greg.
The problem is this: The SchnitzelOrNotClient targets .NET Standard 2.0, and your UWP app where you use this library targets v10.0.15063, but uwp version v10.0.15063 does not support .NET Standard 2.0. The solution is that you have to target a newer UWP version in your UWP app. You can do this by right clicking on the UWP project and then selecting "Properties". Then on the "Application" tab you can change the "Target version" and "Min version". By targeting "Fall Creators Update" (which is v 16299) it should work. Hope this helps.
I am getting an Access Denied when I try to write to the S3 bucket. I have generated the Key/Secret and have run the "aws configure list" CLI and see the same key/secret , but always "Access Denied" the code does access the Lamda but the S3 is a no go. oh and sorry about the Schnitzel remark my mother in law is Austrian so I was trying to get you angry
Thanks for the kind words. I can imagine that Schnitzel is very popular also in Germany, but I think it comes from Austria - although I have to admin I’m not an expert on Schnitzel, so maybe I’m wrong in this one :)
You’re a gift to us all
Very clear and concise explanation. Very good work. Keep it up.
Great video to learn, very well explained! Thanks,
Thank you!
Thank you. Good explanation.
Hi, I'm trying to send outbound messages from salesforce(when contacts updated i need to sent some data to SQL DB visa Aws lambda functions), i'm not sure how do i parse the soap messages on aws lambda functions. can anyone help me achieve this using C#
Hi , Thank you for the video
When I browse to add AWSSDK.Rekognition , I couldn't it find it on the list , I found only S3 and core , ( I mean to manage NuGet packages ), how can I access to Rekognition Api otherwise ?
Hi, that's strange - It is this package: www.nuget.org/packages/AWSSDK.Rekognition
On top of that page there are some nice help on how to manually add the package - hope that helps you.
I have this issue: SchnitzelOrNotClient is not compatible with uap10.0.15063 (UAP,Version=v10.0.15063) / win10-arm. Project -2- supports: netstandard2.0 (.NETStandard,Version=v2.0). Can you help me with this? Thanks Greg.
The problem is this: The SchnitzelOrNotClient targets .NET Standard 2.0, and your UWP app where you use this library targets v10.0.15063, but uwp version v10.0.15063 does not support .NET Standard 2.0. The solution is that you have to target a newer UWP version in your UWP app. You can do this by right clicking on the UWP project and then selecting "Properties". Then on the "Application" tab you can change the "Target version" and "Min version". By targeting "Fall Creators Update" (which is v 16299) it should work.
Hope this helps.
Thanks dude, it works! :).
Awesome! :)
I am getting an Access Denied when I try to write to the S3 bucket. I have generated the Key/Secret and have run the "aws configure list" CLI and see the same key/secret , but always "Access Denied" the code does access the Lamda but the S3 is a no go. oh and sorry about the Schnitzel remark my mother in law is Austrian so I was trying to get you angry
Great presentation - It is hard to find nuts and bolts demo's on the internets. But isn't Schnitzel German? I think Austrians eat Mc Nuggets.
Thanks for the kind words. I can imagine that Schnitzel is very popular also in Germany, but I think it comes from Austria - although I have to admin I’m not an expert on Schnitzel, so maybe I’m wrong in this one :)
Thank you :)