Thank you fCC - it’s been far too long since we’ve collaborated! Who else thinks we should do it more often? Being able to continuously deploy is absolutely an essential skill which is why this course exists. Deploy > Iterate > Deploy > Change Lives 🚀
I am going along with you and at 3:27 we can see that dev server is using stage: "prod". I am noobie, thats why doing this course, but wandering if anyone can explain to me why it happens and how can we fix it? Looks like proccess.env.STAGE is undefined, so probably the script dev-stage.yaml should create it?
Found a solution yay! Yt u've been a great programming duck! Also with some help form chatgpt :D I've been missing this line STAGE: ${env:STAGE, "prod"} in serverless.yaml file.
Amazing Tutorial Justin, thank you. Been through so many it's a relief to finally find one that I can kinda get around. But, just one error: UPDATE_FAILED: ApiLambdaFunction (AWS::Lambda::Function) Properties validation failed for resource ApiLambdaFunction with message: [#/Environment/Variables/iam: expected type: String, found: JSONObject] Can you perhaps help with this please?
In serverless.yml, make sure that you have DATABASE_URL: ${env:DATABASE_URL} and not DATABASE_URL: { $env:DATABASE_URL }. I made the same mistake and got the same error.
08/24/2024 if someone have login error on deploying the app, remove or comment out the org: *** line in serverless.yml should solve the problem (It did for me)
Bitter. Without saying instead of nodejs, you could've made your point. But you had to cry. A MNC, where one of my relatives work, just ditched springboot for nodejs. Enjoy java's decline because of "toy" language
@@Steel0079 i have been using nodejs for my full stack projects for the past two years, using python for problem solving and recently started exploring Java Springboot. I not a person referring to one my relatives, I’m developer myself
Thank you fCC - it’s been far too long since we’ve collaborated! Who else thinks we should do it more often?
Being able to continuously deploy is absolutely an essential skill which is why this course exists. Deploy > Iterate > Deploy > Change Lives 🚀
Justin rocks as usual. He is a pro in teaching django.
The legend is back!
WOW!!! This is amazingly good! Thank you so much for this.
very interesting introduction, this will be a very good course.😊
Great! Thanks for this video!
This is such a fantastic tutorial!!!
I am super grateful 🙏
Wonderful!!
I would love it if u created a node js complete beginners tutorial, with all the current updates and hacks of node js. Please
Justin Rocks!
Thank you!
wow, Thank you so much for the amazing content 👏🙌👍👌🎊
its like my gym coach teaching me software!!
Know him from his django tutorial series days.
@codingEntrepreneurs Could you upload class regarding for Federated Learning
I like it
What's the benefit of using the Next.js rewrites instead of calling the backend endpoint directly in your frontend code?
NextJs is File system based routing framework. Easy to manage and many plugins like next-pwa
Nice
Thank you
I am going along with you and at 3:27 we can see that dev server is using stage: "prod". I am noobie, thats why doing this course, but wandering if anyone can explain to me why it happens and how can we fix it? Looks like proccess.env.STAGE is undefined, so probably the script dev-stage.yaml should create it?
Found a solution yay! Yt u've been a great programming duck! Also with some help form chatgpt :D I've been missing this line STAGE: ${env:STAGE, "prod"} in serverless.yaml file.
Hey What headphones are you using?
Please do the video Python django Serverless Postgres, AWS Lambda
15:13 my terminal messages are different than shown on the screen. 2024/08/07 3:41 PST
15:37 had to go back a version because the `index.js` file was not present when following these steps.
Amazing Tutorial Justin, thank you. Been through so many it's a relief to finally find one that I can kinda get around. But, just one error: UPDATE_FAILED: ApiLambdaFunction (AWS::Lambda::Function)
Properties validation failed for resource ApiLambdaFunction with message:
[#/Environment/Variables/iam: expected type: String, found: JSONObject]
Can you perhaps help with this please?
In serverless.yml, make sure that you have DATABASE_URL: ${env:DATABASE_URL} and not DATABASE_URL: { $env:DATABASE_URL }. I made the same mistake and got the same error.
I want to run aws lambda with apollo graphql and mongoose
What are thé diffrence beetwen supabase et néon🤔
Supabase is full app development platform modelled after Firebase. Neon is Severless Postgres, just the database.
@@jdrumgoole merci
Did Harry Mack become a web developer 😆
He’s my cousin
Wait what really, that's awesome, btw you nailed it ,🔥
@@alsaamit What no not really. lol. Thanks for watching! 🤣
👍
Can I follow this tutorial in free tier account ?
I really hate the term Serverless, since your application still is stored on a server in some way or another.
preach.
Let's find a better name shall we?
How about manageless server? someone-else-manages server? wax-on-wax-off server?
08/24/2024 if someone have login error on deploying the app,
remove or comment out the org: *** line in serverless.yml should solve the problem (It did for me)
We need more of Java Spring Boot and less of nodejs
Who uses Java anymore 😂
nope
Bitter. Without saying instead of nodejs, you could've made your point. But you had to cry.
A MNC, where one of my relatives work, just ditched springboot for nodejs. Enjoy java's decline because of "toy" language
Insert why not both meme here. We've got lots of Spring Boot courses in the pipes as well.
@@Steel0079 i have been using nodejs for my full stack projects for the past two years, using python for problem solving and recently started exploring Java Springboot. I not a person referring to one my relatives, I’m developer myself
I've received an error during deploy => CREATE_FAILED: IamRoleLambdaExecution (AWS::IAM::Role)
to fix the error, update the below field inside policy.json file
{
"Effect": "Allow",
"Action": [
"iam:GetRole",
"iam:CreateRole",
"iam:PutRolePolicy",
"iam:DeleteRolePolicy",
"iam:DeleteRole",
"iam:TagRole"
],
"Resource": [
"arn:aws:iam::AWS_ID:role/serverless-*"
]
},
thank you
Thank you so much!