Build GraphQL APIs w/ AWS AppSync, Cognito, DynamoDB & VTL

Опубликовано: 30 Март 2022
на канале: CreativeJE
3,578
64

Today we will learn to build GraphQL APIs using AWS AppSync, Cognito, DynamoDB & VTL (Velocity Templating Language)

Source - https://github.com/ShivamJoker/Appsyn...

🙏Thanks For Watching 🙏

😵Don't forget to Like 👍, Share ✌🏻& Subscribe👆🏽

Support Me 😍
Patreon -   / creativeje  
Paypal - https://paypal.me/creativeshi

👇🏻👇🏻👇🏻 Social Medias 👇🏻👇🏻👇🏻
Discord - https://dis.creativeshi.com
Twitter -   / shivamjoker  
LinkedIn -   / shivamjoker  
Instagram -   / jokershivam  
Facebook -   / creativeje  

Time stamps
00:00:00 - Introduction to what we are gonna build
00:05:41 - Building GraphQL schema
00:13:09 - Updating AppSync schema
00:15:16 - Create DynamoDB Table
00:16:42 - Add query schema
00:18:53 - Add DynamoDB as data source
00:19:35 - Adding Cognito auth
00:20:23 - Adding resolvers
00:40:48 - Modifying mutation for showing updated record
00:42:39 - Building query resolvers for songs
00:58:44 - Create getAllSong API