What is AWS AppSync?

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2020
  • In this video, let's explore AWS AppSync, a fully managed AWS service that lets you build GraphQL APIs without managing any infrastructure. You don't even have to run a GraphQL server software yourself, as that is all handled by AppSync. You just have to configure the backend data sources for your API - be it DynamoDB, OpenSearch, or RDS database - or you can use Lambda functions to implement custom business logic.
    ✅ Recommended playlists:
    AppSync Masterclass
    • AWS AppSync vs Amazon ...
    My best videos of 2023
    • Is AWS Bedrock the Ope...
    🔔 For more free videos on TH-cam, subscribe to my channel:
    youtube.com/@theburningmonk?s...
    💌 If you're hungry for more insights, best practices, and tips on building serverless applications, make sure to subscribe to my weekly newsletter and elevate your serverless game!
    theburningmonk.com/subscribe
    📚 My courses 📚
    theburningmonk.com/courses
    👨‍🏫 My hands-on serverless workshop 👨‍🏫
    productionreadyserverless.com
    🌐 Find me here
    Twitter: / theburningmonk
    LinkedIn: / theburningmonk
    Blog: theburningmonk.com
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 9

  • @g0ldhunter
    @g0ldhunter 2 ปีที่แล้ว +2

    Beautifully summarised, thank you

  • @theburningmonk
    @theburningmonk  9 หลายเดือนก่อน

    This is a free preview lesson from the AppSync Masterclass, where you will learn to build scalable and performant GraphQL APIs by building a Twitter clone with AWS AppSync, Lambda, DynamoDB and Vue.js. To learn more, please visit appsyncmasterclass.com.
    You can get 15% OFF with the code "TH-cam15" during checkout. Hope to see you in the course!

  • @SethWeeks
    @SethWeeks 3 ปีที่แล้ว +1

    Thanks for the overview! How do you use AppSync with RDS?

    • @AMORPHOFUL
      @AMORPHOFUL 3 ปีที่แล้ว

      I assume, if you're not using aurora, there should be an API, that's managing access to RDS, just like any regular micro-service does. And then you put an http request (to that api, that is managing access to your api) as an graphql resolver inside your app-sync configuration

  • @patrickrenschler5972
    @patrickrenschler5972 ปีที่แล้ว

    For a small app (and small dev team) when does it make sense to use appsync vs just interacting directly with dynamodb?

    • @theburningmonk
      @theburningmonk  9 หลายเดือนก่อน

      Sorry for the late reply, I haven't been checking YT comments regularly. It depends on your situation, are you talking about a request coming from the frontend (doesn't matter if it's a web or mobile app), or some backend process needing to access some data in DynamoDB?

  • @nandeitechnologies881
    @nandeitechnologies881 2 ปีที่แล้ว +2

    Good Introduction. Thanks

    • @theburningmonk
      @theburningmonk  9 หลายเดือนก่อน

      Thank you, glad you enjoyed it :-)