AWS Route53 - API Gateway custom domain

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

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

  • @reddy7463
    @reddy7463 4 часа назад

    Since we can add the api at cloud front origin and new behaviour for that api origin and can access with alisa name of distro , then what again we need to use custom domain? Since we already have a cloud front alis for access front end application and can use this for api as with new orgin and non default behaviour?

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

    Hello Endre, Thank you for simplifying these steps. Much Appreciated your efforts

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

      Thank you, I’m glad you found it helpful!😄

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

    Nice video! Hope will have some code based videos in the future like how to use aws cdk to build these aws services!

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

      Thank you! IaC is something that I'm really passionate about and for sure something that I want to make more videos about. Writing IaC using CDK is something that I have been thinking about for some time now 😄 It may require some more research on my part tho, to make sure I can produce some good quality videos about this 🙌

  • @limbo.media_
    @limbo.media_ 2 года назад

    Great, easy to follow tutorial., Straight to the point. ;)

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

    Nice video. Wanted to check one thing regarding https. So when you hit your custom domain did you supply https or did it get redirected to https automatically. For me I have manually add https every time. Any idea?

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

      Thank you! 😄
      In my case (I believe) the browser added HTTPS automatically, since the API Gateway won't accept requests over normal HTTP (port 80). I hope this answer your question?
      I saw this post on stackoverflow which discusses redirecting http to https for API Gateways and why you may not want or need to do that for APIs: stackoverflow.com/a/47373353

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

    Hey Endre..Thanks for the video..Simple and informative.. Could you please tell me would this custom domain cause any latency issue ?

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

      Hi, Thank you! 😄
      As far as I know, adding a custom domain shouldn't cause any latency issue (at least it has not for me), but you should consider if you want to use the Regional or Edge-optimized setting when creating the custom domain. These settings can have an impact on the latency.
      I hope this was helpful 😄

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

    When will you post new videos? Love your content!

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

      Thank you for the question!😄 I'll try to have a new video ready on Monday🙌

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

    thanks for this video