Uploaded February 2021 | Updated September 2026, 3 hours ago
In this video I will create an AWS AppSync API with AWS CDK to build out a product API for a basic E Commerce backend.
The API will enable multiple authorization scenarios - both public and private access - to enable unauthenticated users to read and authenticated users who are part of an Admin group to create, update and delete products.
Workshop materials & code:
github.com/dabit3/build-an-authenticated-api-with-cdk
0:00 - Introduction
0:45 - Creating the project & installing dependencies
2:04 - Creating the Cognito service
3:21 - Creating the AppSync API
8:55 - Creating the Lambda function
10:11 - Defining the resolvers
10:56 - Creating the DynamoDB table
12:35 - Creating the CFN outputs
13:36 - Writing the function code
24:00 - Running a build and deploying the services
25:31 - Testing it out
30:49 - Conclusion
In this video I will create an AWS AppSync API with AWS CDK to build out a product API for a basic E Commerce backend.
The API will enable multiple authorization scenarios - both public and private access - to enable unauthenticated users to read and authenticated users who are part of an Admin group to create, update and delete products.
Workshop materials & code:
github.com/dabit3/build-an-authenticated-api-with-cdk
0:00 - Introduction
0:45 - Creating the project & installing dependencies
2:04 - Creating the Cognito service
3:21 - Creating the AppSync API
8:55 - Creating the Lambda function
10:11 - Defining the resolvers
10:56 - Creating the DynamoDB table
12:35 - Creating the CFN outputs
13:36 - Writing the function code
24:00 - Running a build and deploying the services
25:31 - Testing it out
30:49 - Conclusion





![How to Build a Full Stack NFT Marketplace on Ethereum with Polygon and Next.js - [2021 Tutorial]
🚨 Update - Be sure to install ipfs-http-client@50.1.2 instead of ipfs-http-client for this to work properly
🙂 Subscribe to my channel: https://www.youtube.com/naderdabit
🔵 Follow me on Twitter: https://twitter.com/dabit3
🔗 Step by step article:
https://dev.to/dabit3/building-scalable-full-stack-apps-on-ethereum-with-polygon-2cfb
🔗 Source code
https://github.com/dabit3/polygon-ethereum-nextjs-marketplace/
In this video, youll learn how to build a full stack NFT marketplace on Ethereum with Solidity, Polygon, IPFS, Next.js, Ethers.js, and Hardhat.
Well start from scratch, creating a new project and installing the dependencies. Well then write and test out the smart contracts. Once the tests have passed, well write the front end code to connect the smart contracts.
After testing on a local network, well deploy to the Matic / Polygon network using a custom RPC provider (Infura).
0:00 - Introduction
3:00 - Project initialization and configuration
17:40 - Creating an Ethereum wallet
21:20 - Coding the NFT smart contract
28:19 - Coding the Market smart contract
58:50 - Testing the contracts
1:10:57 - Updating _app.js
1:14:35 - Updating the home page
1:35:24 - Deploying to a local node
1:39:47 - Coding the create-item page
1:58:00 - Coding the my-assets page
2:03:10 - Coding the creator-dashboard page
2:09:25 - Deploying to Matic Mumbai Testnet
2:20:40 - Conclusion How to Build a Full Stack NFT Marketplace on Ethereum with Polygon and Next.js - [2021 Tutorial]](https://i.ytimg.com/vi/GKJBEEXUha0/mqdefault.jpg)




