Almost any web app with authenticated users will need to send some emails. You could work around it by using an authenticated service like Auth0 or AWS Incognito, but let’s assume you’ve set up Remix with a stack that ships with built-in authentication.
Loading
Subscribe
Get our best content on how to build better apps.
Subscribe
Get our best content on how to build better apps.
Loading
Got product development questions?
Join us on
Discord
DevOps
How to Create an External Data Store for Your Docker-to-EC2 Deployment
We've recently demonstrated how to use a GitHub Action workflow to deploy an application to an AWS EC2 instance. While this is an excellent starting point, it does not provide the ability to store non-ephemeral data.
Phil Henning