-
Notifications
You must be signed in to change notification settings - Fork 6
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
Docs: how to mixin from local file? #174
Comments
Thanks for the kind words @bestickley I'm glad it is helping! Regarding your suggestion, I'm not sure that's possible. Taking one step back, may I ask what you are trying to achieve with it? |
@mrgrain, ah I see. I didn't know this package relied on jsii assembly for reflection of existing interfaces. In cdk-nextjs project linked above, I'm exposing an |
Hm, I see. So something you actually can do, is reference a FQN from the local assembly. E.g.: |
Oh I see. I thought |
Whoops, didn't mean to close. |
Haha yeah. I only implemented that recently: #159 |
Haha, well I appreciate you implementing that! Any ideas on how to get around bootstrap issue? |
You will have to run |
Otherwise you could define all your interfaces (even the completely new ones) with |
@mrgrain, I think I'll try to modify the GitHub action to run Here is an example of our GitHub Action (failing because I need to run |
Not this specifically, but I reckon you could patch the workflow files directly using the low level API: |
Worked perfectly. Thanks so much, @mrgrain! |
Hi, thanks so much for this library! Has really helped cdk-nextjs offer a flexible/customizable L3 construct to deploy Next.js on AWS.
Given the example from the docs:
How could I adjust this example to create a new interface from a local file like:
The text was updated successfully, but these errors were encountered: