Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

step04_appsync_lambda_dynamodb

README.md

Theory and Concepts:

The Power of Serverless GraphQL with AWS AppSync

AWS AppSync - The Ultimate Guide

Getting started with Amazon DynamoDB

Coding Tutorial which we will follow:

Building Scalable GraphQL APIs on AWS with CDK, TypeScript, AWS AppSync, Amazon DynamoDB, and AWS Lambda

Inserting Fake data:

Exploring AWS CDK - Loading DynamoDB with Custom Resources

API:

aws-appsync module

npm i @aws-cdk/aws-appsync

Advanced AppSync Tutorials:

Building Real-time Serverless APIs with PostgreSQL, CDK, TypeScript, and AWS AppSync

Local Mocking and Testing with the Amplify CLI

Database:

aws-dynamodb module

npm i @aws-cdk/aws-dynamodb

Step 04 and 05 Class Video in English on Facebook

Step 04 and 05 Class Video in English on YouTube

Step 04 and 05 Class Video in Urdu on Facebook

Step 04 and 05 Class Video in Urdu on YouTube

Welcome to your CDK TypeScript project!

This is a blank project for TypeScript development with CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template