Microservices with .NET 6 and AWS Tutorial - Part 3

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

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

  • @WesDoyle
    @WesDoyle  2 года назад +6

    Howdy! 👋 Note that at 31:00, the git commit hash is hiding the name of the AWS profile I used here - for reference it is [weather-ecr-agent] -- Thanks for watching!

    • @jeevanthapa3523
      @jeevanthapa3523 2 года назад +1

      How you are able to connect to RDS from local instance? Not able to connect to RDS from local pgAdmin4 even though followed everything. Tried everything and did not work, so had to give up

    • @WesDoyle
      @WesDoyle  2 года назад

      @@jeevanthapa3523 double check your security group!

    • @jeevanthapa3523
      @jeevanthapa3523 2 года назад

      @@WesDoyle I have also allowed my ip and all traffic still did not work

  • @HitHard1008
    @HitHard1008 Год назад +1

    Thanks Man. I found every second of this valuable.

  • @alpacaman4774
    @alpacaman4774 Год назад

    Hi, Wes when I run report, this give me a error: .
    JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.
    System.Text.Json.ThrowHelper.ThrowJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, ReadOnlySpan bytes)
    JsonException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
    System.Text.Json.ThrowHelper.ReThrowWithPath(ref ReadStack state, JsonReaderException ex)

  • @abdussalamashuaebi7185
    @abdussalamashuaebi7185 Год назад

    44:17 Can we use the same image for postgresql that we used before in local with devlopment? if yes, Can we include that as command while we containerize a .net app? and what the risk on that? thanks 🙏🙏🌻🌻

  • @2005Azm
    @2005Azm 2 года назад +1

    wonderful! Thank you Wes!

  • @2005Azm
    @2005Azm 2 года назад +1

    Thank you Wes!

  • @alysonramos3424
    @alysonramos3424 2 года назад +1

    such a great content wes. thank you!

    • @WesDoyle
      @WesDoyle  2 года назад

      Glad you enjoyed it!

  • @jeevanthapa3523
    @jeevanthapa3523 2 года назад

    19:40 How do you get search box for regex in VS2022? I looked everywhere could not find other than Ctrl+H. This looks neat.

    • @WesDoyle
      @WesDoyle  2 года назад

      I’m using a vim plugin called vsvim!

    • @sauravbhatta5303
      @sauravbhatta5303 2 года назад

      @@WesDoyle Thanks Wes! Will try