Right now nx-aws-cdk uses localstack for local infrastructure deployment. It requires user to run docker-compose file before executing any commands for local environment. We can implement separate executor to handle localstack start and other operations, and cdk executor will utilize it's functionality.
Right now nx-aws-cdk uses localstack for local infrastructure deployment. It requires user to run docker-compose file before executing any commands for local environment. We can implement separate executor to handle localstack start and other operations, and cdk executor will utilize it's functionality.