Пікірлер
@ashwinjoshy5906
@ashwinjoshy5906 2 күн бұрын
Great video, Even though it was published 3 year ago, It was very helpful to me.
@edwardgaming5681
@edwardgaming5681 19 күн бұрын
If i run serverless deploy then my ts code is getting bundled ans single index.js file is being deployed but when i use this method entire code base is getting deployed .
@adpamtures
@adpamtures 2 ай бұрын
This is so helpful, thanks a lot! Anyone knows how to simplify the code for giveaway as Jackson mentioned? Tried commenting out those lines but encountered errors.
@MrFEAR-vq2yw
@MrFEAR-vq2yw 3 ай бұрын
Hey thank you for posting this tutorial but I wanted to know if you can do this parsing a binary-type media in postman to the API or it only works with raw-type as you showed on the video?
@suffolkaudiophile
@suffolkaudiophile 3 ай бұрын
Done everything as per your video.... got an error message when running the script: ReferenceError: KZbin is not defined getPublicSubscribers @ Code.gs:5 The code on line 5 is: let result = KZbin.Subscriptions.list("subscriberSnippet,snippet,contentDetails", {"mySubscribers": true, "maxResults": 50 }); Any ideas???
@karankka1484
@karankka1484 4 ай бұрын
great video
@pragmaticcoder6910
@pragmaticcoder6910 5 ай бұрын
Saying thanks is not enough because your idea to prepare this series was godly and presenting it for free in KZbin for all the developers like us is absolutely a great blessing. May God bless you and your family !
@user-xb7pf6ry6m
@user-xb7pf6ry6m 6 ай бұрын
Thank you for the tutorial. I don't understand why in the GitHub Action, we didn't specify the line for installing the serverless package, which is useful for deployment.
@sidhuk3128
@sidhuk3128 7 ай бұрын
Please keep posting video jackson. your videos are super easy to follow through for beginners
@harymk
@harymk 8 ай бұрын
Hello sir i have problem with my Lambada function can you help me
@francis81
@francis81 8 ай бұрын
do you still have to redeploy for each change?
@francis81
@francis81 8 ай бұрын
My build is success now but I cant see anything on AWS console, the weird thing is i can test the api with postman lol...any hints?
@francis81
@francis81 8 ай бұрын
I know why ! Was because the region issue T_T
@tienvan6574
@tienvan6574 10 ай бұрын
How to get full of this code sir
@thinhlpg
@thinhlpg 11 ай бұрын
Thank you! This is awesome!
@vimaladityasrinivasan
@vimaladityasrinivasan 11 ай бұрын
Great job
@abhishekdv3543
@abhishekdv3543 11 ай бұрын
Please do not cut videos. I spent hours figuring out the npm and plugin installation, and the directory where to put the serverless.yml
@noahgsolomon
@noahgsolomon Жыл бұрын
TYSM. Base 64. Got it!
@NiktasticTutorials
@NiktasticTutorials Жыл бұрын
great, I just wasted my time here. so many people have questions and there is not a single answer. Lesson learned, read comment before going through stuff you do not understand.
@samtonijourney
@samtonijourney Жыл бұрын
makes my day. thanks!
@dhidhi1000
@dhidhi1000 Жыл бұрын
I had no idea Netflify used AWS underneath its infrastructure for FaaS
@fooflateka
@fooflateka Жыл бұрын
marshal seems redundant imho
@fooflateka
@fooflateka Жыл бұрын
so you need 128mb and a separate node process for every function?
@bello521
@bello521 Жыл бұрын
It worked great for me. thanks for an fabulous video
@RahulYadav-dd7qe
@RahulYadav-dd7qe Жыл бұрын
For me, deployment was giving error. I had to add CloudWatchLogsFullAccess to the permissions list of the users to make it work. Putting it down for any future readers.
@andresweitzel.archivo3521
@andresweitzel.archivo3521 Жыл бұрын
Thank you very much for the tutorial, I had configured the DynamoDBClient in another way and had aws errors!
@binodsharma112
@binodsharma112 Жыл бұрын
Thanks Jackson, This save my lot of time. This really help me. Thank You !
@melaniekuhn3128
@melaniekuhn3128 Жыл бұрын
At 40 it jumps to where it is deploying. Where can I find the deployment process?
@naveediqbal993
@naveediqbal993 Жыл бұрын
I beleive there are still lot of things hidden in the tutorial. like how deployment is actually going to happen.
@naveediqbal993
@naveediqbal993 Жыл бұрын
can you build a video using the typescript?
@JKPHoldings
@JKPHoldings Жыл бұрын
I am getting zero new subscribers as well.
@anirbanchakraborty2292
@anirbanchakraborty2292 Жыл бұрын
Hi after deploying the code with serverless deploy command it is showing internal server error while executing the post command
@carlosalbertoteixeira375
@carlosalbertoteixeira375 Жыл бұрын
Perfect video, Mr. Yuan. Excellent teacher. Thank you. Greetings from Niterói, Rio de Janeiro, Brazil.
@imeniehalo
@imeniehalo Жыл бұрын
Hey there! Please tell me how to get more than 1000 subscribers on the Sheet. 1000 new subs added to the spreadsheet and that's it every time. How to see all of my subscribers? Thank you!
@scottferguson866
@scottferguson866 Жыл бұрын
What a great video! It was quick and thorough. It really helped me understand what is needed for all 4 methods in SDK v3. Too bad you stopped making these...
@GASilverHunter
@GASilverHunter Жыл бұрын
This script is awesome but it doesn't allow me to get my brand accounts subscribers. Could you help with that? It seems to only work if the gmail account running the script is also the youtube account.
@rutvikpatel7640
@rutvikpatel7640 Жыл бұрын
great tutorial, thank you for posting
@KimSB
@KimSB Жыл бұрын
After I got 'zero new subs' the first time I ran it, I caught these simple errors that fixed everything. There are 4 places where the accent backquote symbol should be used instead of single quote or double quotes. The accent backquote symbol is on the upper left side of the keyboard, above the Tab key. appsscript.json: oauthScopes: accent backquote before and after the URL for youtube.readonly appsscript.json: oauthScopes: accent backquote before and after the URL for spreadsheets Code.gs Line 24: accent backquote before and after the KZbin URL section Code.gs Line 33: accent backquote before and after the $(values section
@JKPHoldings
@JKPHoldings Жыл бұрын
I am also getting zero subs the first time I ran this. In appscript.json file replacing " with ` causes it not to save. I kept those the same but changed line 24 and 33 and still zero subs.
@ankitgaur1504
@ankitgaur1504 Жыл бұрын
can you please create a video how to deploy glue job using serverless framework+ git action
@F39Productions
@F39Productions Жыл бұрын
do you still have to redeploy for each change?
@surajgupta-vb6uz
@surajgupta-vb6uz Жыл бұрын
there is not much tutorial available regarding all this. thanks man you are awesome
@vedhasreebonala5622
@vedhasreebonala5622 Жыл бұрын
how to implement soft voting and hard voting to detect spam comments
@sunsampicesg
@sunsampicesg Жыл бұрын
some of the steps Jackson not mention How git repo to AWS configure account configure
@freakcoder4599
@freakcoder4599 Жыл бұрын
thanks a lot !!!! u save my life
@MosesJeromeCLucas
@MosesJeromeCLucas Жыл бұрын
This helped me compared to other youtube tutorials. Best lesson here is that don't use multiple aws packages. You might even be using a v2 & v3 resulting to type complains. Best to just use '@aws-sdk/client-dynamodb' as taught in this video. Thanks again
@wtbhelbreath5098
@wtbhelbreath5098 Жыл бұрын
I'm having a problem with permissions. Google separates your KZbin account as a brand account. I want to run the script on that but if I give permission to my brand account, it says I didn't grant access to my main account. If I grant access to my main account, it tries to run the script on it instead of the brand account (KZbin account with all the subscribers). Any ideas?
@ViniciusFerreira-gb8hj
@ViniciusFerreira-gb8hj Жыл бұрын
Mesmo aqui
@2SmokinBarrels
@2SmokinBarrels Жыл бұрын
Did you ever solve this?
@wtbhelbreath5098
@wtbhelbreath5098 Жыл бұрын
@@2SmokinBarrels No. The only way around it is with OAuth.
@drewbob711
@drewbob711 9 ай бұрын
Did anybody ever find a solution to this? If the only way is with Oauth, then why doesn't it authorize the brand account associated with the permission? Seems like a major hindrance. Not sure how to work around this.
@aquavina4142
@aquavina4142 Жыл бұрын
You're doing the god work !
@SmartDepot
@SmartDepot Жыл бұрын
Error TypeError: Cannot read property 'channelId' of undefined What did I do Wrong? I have gone through everything
@0VBX_YouTube
@0VBX_YouTube Жыл бұрын
Half life fanat founded
@kumarbanavathu7716
@kumarbanavathu7716 Жыл бұрын
Hi there, your videos are really helpful to learn and deploy. Please make a video on serverless API gateway(python) AWS lambda authorizer(python based) to connect with Amplify front-end application. Looking forward to watching more videos on your youtube channel. The ci/cd section is repeated in each video, which increases the video length. Except that the remaining content is really awesome.
@riazahmad5975
@riazahmad5975 Жыл бұрын
hello sir please make a video that how to insert csv data to dynamodb in serverless framework using api gateway