Henry

Results 9 comments of Henry

Once #955 is merged it'll be an easy change to add an optional prop to the construct for each of the cache policies: ```ts const appOne = new NextJSLambdaEdge(...); const...

Hey Arjun, this sounds great. I'm hesitant to jump in a use an experimental module, although either way, I'll have a play with this myself.

I've implemented a similar mechanism in [CDK-Watch](https://github.com/teamplanes/cdk-watch) which derives the function names by looking up the resource in CF using its logical ID. You should be able to run `cdkw...

What are you using to install the library?? I've not been able to replicate

Hello, haven't run this in a while and looks like an issue with an update with expo. I'll give this a try today.

Hello! It is not, but what are you wanting to do exactly?

I'd need to check to be sure, but I think in theory you could: ```js // expobook.js import expobook from './my-expobook-instance'; export default expobook.build(); ``` ```js // my-expobook-instance.js import createExpobook...

Hey @hoegertn, it is still active although it's not received much activity recently! We also use it on all our projects. I haven't been tracking the progress of v2 but...

Hoping this is working now, PR at #37. You can install using `[email protected]`.