You’re absolutely awesome bro! It’s good to see a RUclipsr that is clear, concise and really explains those little questions that end up in the back of your head when you watch videos. And better still; really explores and fleshes out some of them with real-world use cases. Also nice to see another Aussie out here on the platform 👌 Never change brother, absolutely do not believe that you only have 11 K subs 🤣🤣🤣 so high quality content and not just the “high-level concept” stuff. Keep up the grind man you’re content is great and I love the style ❤
Thank you 🙏 I really appreciate the message. I do put a fair bit of thought into structuring the videos and keeping them lean as possible, so it's encouraging to hear feedback like yours - especially from a fellow Aussie! 🦘
Yup! I like both Typescript and Python, so I will use TS whenever it's the native language (CDK, React, NextJS etc) , but I'm more comfortable with Python so I lean towards that for all other cases. I've used GoLang before, and it's quite nice to work in. It's faster than Python, but unless you really want that extra speed and type-safety, Python's wide adoption (libraries, SDKs, etc) is a stronger selling point for me.
Did something change with the deployment process. I am going through this and running into an issue where I get an error about an empty zip file but I did not see any steps about zipping the package.
Great video! I am slightly stuck -- I have VS Code set up and connected to GH , and GH setup with AWS through secrets / actions. However, I don't have a .git folder in my VS Code repo in order to locate the pre-commit hook. How's your VS Code have that, is it a separate plugin or did I init Git incorrectly? ~11min30s Edit: I was able to fix that by updating JSON Settings for exclude .git: false
Nah, for this one, to keep it simple I just store all my environment variables on GitHub's secret manager (not the AWS one). Even if you store secrets in AWS, you'll still need some secrets in GitHub anyway, so your GitHub workflow can access AWS.
Hmm, sorry - it's a bit hard for me to debug or help, without seeing the full context of the project :( But if it worked the first time, can you compare what's changed between then and now?
Great stuff! I really appreciate how you started simple and then added more complexity. Makes it easier to follow :)
Thanks! That's what I intended, so glad to hear it's worked for you :)
You are a great and thorough teacher.
Thank you!
You’re absolutely awesome bro!
It’s good to see a RUclipsr that is clear, concise and really explains those little questions that end up in the back of your head when you watch videos. And better still; really explores and fleshes out some of them with real-world use cases.
Also nice to see another Aussie out here on the platform 👌
Never change brother, absolutely do not believe that you only have 11 K subs 🤣🤣🤣 so high quality content and not just the “high-level concept” stuff.
Keep up the grind man you’re content is great and I love the style ❤
Thank you 🙏 I really appreciate the message. I do put a fair bit of thought into structuring the videos and keeping them lean as possible, so it's encouraging to hear feedback like yours - especially from a fellow Aussie! 🦘
Do you use Typescript for CDK and Python for Lambda? Have you tried Golang by any chance?
Yup! I like both Typescript and Python, so I will use TS whenever it's the native language (CDK, React, NextJS etc) , but I'm more comfortable with Python so I lean towards that for all other cases.
I've used GoLang before, and it's quite nice to work in. It's faster than Python, but unless you really want that extra speed and type-safety, Python's wide adoption (libraries, SDKs, etc) is a stronger selling point for me.
Great content! Please, keep going!
very useful, thanks!
Glad it was helpful!
Thank you for this video. It was insightful and looking forward to future videos
Did something change with the deployment process. I am going through this and running into an issue where I get an error about an empty zip file but I did not see any steps about zipping the package.
Great video! I am slightly stuck -- I have VS Code set up and connected to GH , and GH setup with AWS through secrets / actions. However, I don't have a .git folder in my VS Code repo in order to locate the pre-commit hook. How's your VS Code have that, is it a separate plugin or did I init Git incorrectly? ~11min30s
Edit: I was able to fix that by updating JSON Settings for exclude .git: false
Glad you solved it :)
Where to create AWS key and secret key into the environment variable for your GitHub Actions page? Is it in the Secret Manager on AWS?
Nah, for this one, to keep it simple I just store all my environment variables on GitHub's secret manager (not the AWS one). Even if you store secrets in AWS, you'll still need some secrets in GitHub anyway, so your GitHub workflow can access AWS.
Great video thank you. You got a new subscriber. Can you do a similar video on deploying a Llama 2 model to AWS sage maker using GA?
Thanks! I haven't used SageMaker or Llama yet but it looks like an interesting idea. I'll note it down for future video ideas. Thank you :)
useful information! thanks
Glad it was helpful!
sqlite is file based, not a server, and can be installed via apt or as part of python
im first.
Unable to resolve AWS account to use. It must be either configured when you define your CDK Stack, or through the environment error
Hmm, did you set your AWS key and secret key into the environment variable for your GitHub Actions page?
@@pixegami fix thanx
Deploying it the first time worked but now am facing error "Cannot find module './aws-cicd-tutorial-stack.ts'
Hmm, sorry - it's a bit hard for me to debug or help, without seeing the full context of the project :( But if it worked the first time, can you compare what's changed between then and now?