Angular, AWS Amplify manage multiple enviornment
Hi, Today I going to discuss about how you can manage multiple environment in AWS Amplify & obiously diff based backend. What does diff based backend mean ? In simple way, Let say, You start developing a application in dev
branch initially and you entried many dummy data and also have dummy user credential for test purpose, but now you want to deploy a fresh build into prestage
mode this app, Now how you do that ? This is the agenda for today. Let's jump into it.
Technology that I am using : Angular, AWS Amplify
Initial Senario : I suppose you do it well in dev with the aws-amplify setup and rest of the things, like - Add GraphQL api, completing CURD, user Authentication using AWS Amplify auth components also dev deployment. Now you stuck into how you can build a fresh build into a fresh environment without the dev's branch dummy data.
If you are beginner I'm sure that you are frastrated that you can't get solution also after reading the docs. No worr