what is a "Rapid Development Environments"
We just noticed this feature in the cloud manager.
AEM Cloud is difficult to develop against because you have to build on every environment (we have 5 non prod envs), and each build takes anything from 2 to 48 hours if we have to restart it several times.
Very long cloud build and deployment times, coupled with
1) having to rebuild for every env ( as opposed to simply copying the built artifact to the new env),
2) local cloud SDK being very different from cloud env.
3) when a dev needs to test something experimental, he has to deploy it to an env, which may be in use by other devs. We use slack to try to arbitrage this, plus paying for a lot of non prod envs.
4) because the build times are so slow, we try to avoid putting tests in the pipeline. We run these manually. This leads to more build issues.
Lead to long turn around times for simple changes.
We notice there is something called Rapid Development Environment. It seems to require command line tools to be installed, and gets deleted. What is it, and how could we use it?
WE only get one RDE, which would appear to be useless (as we have around 20 devs)
Ive read this page:
But I am still unclear what this is, and how it differs from our normal envs (which dont require command line tools etc).