1623986428
AppSync is a managed GraphQL service from AWS. If we tried Amplify we love the ease that Amplify creates the whole GraphQL schema, datasources and all the resources that are involved. When we build the same things using other frameworks - like CDK we need to make all the resources from scratch and also all the resolvers. It takes a lot of code and work. What if I told you that there is a level 3 constructor that does everything for you.
I will show you how to build your backend with CDK and AppSync and then integrate the whole backend with AWS Amplify and use the Amplify libraries to invoke those APIs and also generate the models in the client automatically based on the graphql schema.
Get the code: https://github.com/mavi888/cdk-amplify-project-demo
3rd level constructor : https://github.com/kcwinner/cdk-appsync-transformer
This is the third video on a series where I’m building all the front-end infrastructure as CDK code, in a separate stack and using Amplify libraries. So we can get the best of both worlds.
#graphql #aws
1623986428
AppSync is a managed GraphQL service from AWS. If we tried Amplify we love the ease that Amplify creates the whole GraphQL schema, datasources and all the resources that are involved. When we build the same things using other frameworks - like CDK we need to make all the resources from scratch and also all the resolvers. It takes a lot of code and work. What if I told you that there is a level 3 constructor that does everything for you.
I will show you how to build your backend with CDK and AppSync and then integrate the whole backend with AWS Amplify and use the Amplify libraries to invoke those APIs and also generate the models in the client automatically based on the graphql schema.
Get the code: https://github.com/mavi888/cdk-amplify-project-demo
3rd level constructor : https://github.com/kcwinner/cdk-appsync-transformer
This is the third video on a series where I’m building all the front-end infrastructure as CDK code, in a separate stack and using Amplify libraries. So we can get the best of both worlds.
#graphql #aws
1614145832
It’s 2021, everything is getting replaced by a technologically emerged ecosystem, and mobile apps are one of the best examples to convey this message.
Though bypassing times, the development structure of mobile app has also been changed, but if you still follow the same process to create a mobile app for your business, then you are losing a ton of opportunities by not giving top-notch mobile experience to your users, which your competitors are doing.
You are about to lose potential existing customers you have, so what’s the ideal solution to build a successful mobile app in 2021?
This article will discuss how to build a mobile app in 2021 to help out many small businesses, startups & entrepreneurs by simplifying the mobile app development process for their business.
The first thing is to EVALUATE your mobile app IDEA means how your mobile app will change your target audience’s life and why your mobile app only can be the solution to their problem.
Now you have proposed a solution to a specific audience group, now start to think about the mobile app functionalities, the features would be in it, and simple to understand user interface with impressive UI designs.
From designing to development, everything is covered at this point; now, focus on a prelaunch marketing plan to create hype for your mobile app’s targeted audience, which will help you score initial downloads.
Boom, you are about to cross a particular download to generate a specific revenue through your mobile app.
#create an app in 2021 #process to create an app in 2021 #a complete process to create an app in 2021 #complete process to create an app in 2021 #process to create an app #complete process to create an app
1626114420
In this video, I’ll walk through how to build a Neptune-backed AppSync GraphQL API with TypeScript, AWS CDK, AWS AppSync, and AWS Lambda.
We’ll start from scratch, creating a new CDK project, installing the dependencies, and writing the stack step by step. We’ll also create and walk through the GraphQL schema as well as the business logic that will run in Lambda.
Code: https://github.com/dabit3/cdk-appsync-neptune
Blog post: https://dev.to/dabit3/building-a-graphql-api-on-aws-with-amazon-neptune-graph-database-and-cdk-428a
0:00 - Introduction
1:28 - Creating the project
3:27 - Creating the GraphQL API
5:07 - Creating the Lambda function
7:25 - Create the Neptune cluster
10:18 - Writing the function code
18:31 - Deploying and testing the API
21:42 - Conclusion
#graphql #aws #database #typescript #cdk
1625815680
In this video, we walk through how to create a new AWS AppSync GraphQL API & connect to it from a client-side application.
#aws amplify #aws appsync #graphql
1622105190
One of the fastest ways to get up and running with GraphQL is to install Apollo Server as middleware on your new or existing HTTP server.
In this short post, we demonstrate how to use Apollo Server to create a GraphQL server with Express.js using the [apollo-server-express] package. At the end, we’ll discuss the tradeoffs of this approach.
#graphql #javascript #graphql.js #graphql.js tutorial