AWS Tutorials - Build AWS AppSync API and API Client using Python

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • The workshop URL - aws-dojo.com/w...
    AWS AppSync is used to create GraphQL APIs. The APIs can securely access, manipulate, and combine data from one or more data sources such as NoSQL data stores, relational databases, HTTP APIs, and any custom data sources with AWS Lambda. AppSync additionally provides local data access for mobile and web apps to enable device offline scenarios.
    In this workshop, you create an API with DynamoDB as the data source while the business logic is provided by the Lambda function. The API is then called from the Python based client.

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

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

    Sir Just one word Brilliant. I am currently working as a cloud developer this whole vedio was very informative. Please carry on. You earned a new subscriber. Cheers

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

    Great Explanation!!!

  • @vishruth8708
    @vishruth8708 6 месяцев назад

    Sir basically i have 2 endpoints in appsync api
    So i am writing testcases for it.
    Basically whatever query we add to endpoints shoudld be dynamic and also it should form like schema given..
    How can we add validation here for query before hitting api via python code?

  • @thodaperfactthodanot9679
    @thodaperfactthodanot9679 3 года назад +1

    a very informative video on app sync