AWS for .NET Developers - AWS Lambda, S3, Rekognition - .NET Concept of the Week - Episode 15

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025

Комментарии • 16

  • @steelestonick101
    @steelestonick101 3 года назад

    You’re a gift to us all

  • @oliviaoleo8040
    @oliviaoleo8040 4 года назад

    Very clear and concise explanation. Very good work. Keep it up.

  • @alicenguyen7355
    @alicenguyen7355 6 лет назад

    Great video to learn, very well explained! Thanks,

  • @gouravgupta2243
    @gouravgupta2243 5 лет назад

    Thank you. Good explanation.

  • @legpiece606
    @legpiece606 6 лет назад

    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#

  • @olfazakhama6187
    @olfazakhama6187 5 лет назад

    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 ?

    • @gergoooooooooooooooo
      @gergoooooooooooooooo  5 лет назад

      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.

  • @jesussoto8810
    @jesussoto8810 6 лет назад

    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.

    • @gergoooooooooooooooo
      @gergoooooooooooooooo  6 лет назад +1

      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.

    • @jesussoto8810
      @jesussoto8810 6 лет назад

      Thanks dude, it works! :).

    • @gergoooooooooooooooo
      @gergoooooooooooooooo  6 лет назад

      Awesome! :)

  • @6freeborn
    @6freeborn 5 лет назад

    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

  • @6freeborn
    @6freeborn 5 лет назад

    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.

    • @gergoooooooooooooooo
      @gergoooooooooooooooo  5 лет назад +1

      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 :)

  • @superpcstation
    @superpcstation 6 лет назад

    Thank you :)