Thanks for continuing to share awesome stuff like this!
@1AndrewGray Жыл бұрын
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!
@pawepietras561711 ай бұрын
After 16 hours works!!! Thank you
@atinux Жыл бұрын
Yes! Thank you Erik!
@ProgramWithErik Жыл бұрын
Sweet thanks!
@farzadmf Жыл бұрын
REALLY nice walkthough, thank you!
@ProgramWithErik Жыл бұрын
Glad it was helpful!
@nro337 Жыл бұрын
Awesome video!
@ProgramWithErik Жыл бұрын
Thanks!
@johnomeara586410 ай бұрын
2:00 Are we just going to pretend to not notice the ChatGPT tab that says "Stripe + NuxtJS Clickbait"? 😂😂
@odehadejoh9966 Жыл бұрын
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 Жыл бұрын
Or rather into a plugin. Also there is a great Nuxt module that does all this for you.
@odehadejoh9966 Жыл бұрын
@mephew2713 Yeah, nice. That way it'd be instantiated once, on app mount and you could provide it to the rest of the app.
@ProgramWithErik Жыл бұрын
That's a good point! I just kept it all in the check-out component for simplicity. That makes sense though .
@ProgramWithErik Жыл бұрын
@@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?
@mephew2713 Жыл бұрын
@@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.
@usmankhalid8578 ай бұрын
If you have created stripe api in server folder. Why do we need webhook api in server folder? can anyone explain please