-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] aws-cdk support #29
Comments
Hi, I have been meaning to test it out on starting up an ec2-instance inside our company. I want to publish it asap but could not find the time to test it out properly so dint want to publish a buggy version! Would be great if you can help out! 😄 Would you want to test out if the schematics and the runner work? and if not maybe adjust it around a little bit? I am planning to add several more schematics like ECS, S3 static websites, or more advance infra stuff like VPC, Elastic search etc into it as well. |
I've played around a bit and currently aim to get it done without a separate builder by using the run-commands builder. I'm currently a bit stuck on a cwd issue: The jest builder runs tests with the main repo as the cwd, not the specific apps folder. This folder needs to contain the |
@dbartholomae thats where the builder comes in. Inside it is using |
@dbartholomae so, shoudl we work together to publish its first version this week? :) |
Unfortunately I'm a bit swamped now :-/ |
Hi! our team is working through this to get our own infrastructure into nx ... it will be on the branch Let us know if you have any input or ideas, we will be glad to help incorporate it! ... @beamflowaccount will be the main man looking at it |
Is your feature request related to a problem? Please describe.
I've been working a bit on setting up an aws-cdk builder so I can also manage my infrastructure as code via NX.
Describe the solution you'd like
I've now found you nx-aws-cdk builder and schema and would like to avoid double work. What's the status? Do you plan on publishing to npm any time soon?
Describe alternatives you've considered
Any way I can help? Otherwise I would most likely work on this on my own, and maybe get some inspiration from your work so far.
Check which provider is affected:
[X] AWS
[] Azure
[] Google Cloud Platform
Check which framework is affected:
[] Angular
[] Nodejs
[] Serverless
[] Lambda
[X] Infrastructure as a code
The text was updated successfully, but these errors were encountered: