KozelAnatoliy / routineless

MIT License
7 stars 3 forks source link

Implement localstack executor #32

Closed KozelAnatoliy closed 1 year ago

KozelAnatoliy commented 1 year ago

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.