Thanks so much for this, very helpful for me. Could you please give an example or two of why someone would want to setup AWS infrastructure like this for the Stripe endpoints vs just using Nuxt server endpoints? I'm currently planning out a small eCommerce side project using this exact stack, but planned on just using Nuxt with Netlify for all endpoints, but this leaves me wondering if I should do something like this instead, with AWS endpoints using CDK. Thanks!
Great content. One small nitpick though, it might have made sense to extract the instantiation of the stripe object into a composable, to reduce the repetition.
@@mephew2713 The Nuxt3/Vue3 Stripe libraries I found were very new, and I'm not sure if they are ready to go for production. For example this one. github.com/fuentesloic/nuxt-stripe But let me know if you've had good chances with it?
@@ProgramWithErikThis is indeed the one I've been using and I haven't had any problems with it yet. As for production readiness I'm not sure, I guess it depends on the requirements.
Thanks so much for this, very helpful for me. Could you please give an example or two of why someone would want to setup AWS infrastructure like this for the Stripe endpoints vs just using Nuxt server endpoints? I'm currently planning out a small eCommerce side project using this exact stack, but planned on just using Nuxt with Netlify for all endpoints, but this leaves me wondering if I should do something like this instead, with AWS endpoints using CDK. Thanks!
Thanks for continuing to share awesome stuff like this!
After 16 hours works!!!
Thank you
2:00 Are we just going to pretend to not notice the ChatGPT tab that says "Stripe + NuxtJS Clickbait"? 😂😂
Yes! Thank you Erik!
Sweet thanks!
REALLY nice walkthough, thank you!
Glad it was helpful!
Awesome video!
Thanks!
Great content.
One small nitpick though, it might have made sense to extract the instantiation of the stripe object into a composable, to reduce the repetition.
Or rather into a plugin.
Also there is a great Nuxt module that does all this for you.
@mephew2713 Yeah, nice. That way it'd be instantiated once, on app mount and you could provide it to the rest of the app.
That's a good point! I just kept it all in the check-out component for simplicity. That makes sense though .
@@mephew2713 The Nuxt3/Vue3 Stripe libraries I found were very new, and I'm not sure if they are ready to go for production. For example this one. github.com/fuentesloic/nuxt-stripe But let me know if you've had good chances with it?
@@ProgramWithErikThis is indeed the one I've been using and I haven't had any problems with it yet.
As for production readiness I'm not sure, I guess it depends on the requirements.
If you have created stripe api in server folder. Why do we need webhook api in server folder?
can anyone explain please
where the result in browser?