You can create Docker containers instead of lambdas at AWS. You need to simulate what you want to do for test environment. If you create test lambdas and s3 buckets for testing It will also work. You can use versioning features of aws to separate your environments.
Jul 5, 2019
1
Level 2
Should I use AWS services while developing my app?
Guys, I just get stuck!
I gotta build a SaaS application. It's gonna be Single-Tenant. So every customer will have their own instance of software and database, s3, etc.
But how a road that I need to follow? Should I use AWS services while developing the app? Or otherwise, how can I test it whether it's working well on AWS?
I'm gonna set A records for each customer's subdomain to point their own isolated machine, how will I test it in localhost? I'm so confused :|
How do you develop the applications that you'll deploy to AWS or any cloud provider, in your local machine?
Please or to participate in this conversation.