What is AWS AppSync?

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • 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 UA-cam, subscribe to my channel:
    youtube.com/@t...
    💌 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...
    📚 My courses 📚
    theburningmonk...
    👨‍🏫 My hands-on serverless workshop 👨‍🏫
    productionread...
    🌐 Find me here
    Twitter: / theburningmonk
    LinkedIn: / theburningmonk
    Blog: theburningmonk.com

КОМЕНТАРІ • 9

  • @g0ldhunter
    @g0ldhunter 2 роки тому +2

    Beautifully summarised, thank you

  • @theburningmonk
    @theburningmonk  Рік тому

    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 "UA-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

  • @nandeitechnologies881
    @nandeitechnologies881 3 роки тому +2

    Good Introduction. Thanks

  • @patrickrenschler
    @patrickrenschler 2 роки тому

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

    • @theburningmonk
      @theburningmonk  Рік тому

      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?