Christoph Pflüger

Results 16 comments of Christoph Pflüger

> Hi, thanks for opening the issue. One possible workaround is to perform the import in pulumi code with the pulumi import resource option: https://www.pulumi.com/docs/guides/adopting/import/#pulumi-import-resource-operation If you make the log...

> I am not sure I understood it right. Are we unable to link Cloudwatch and Lambda through Pulumi? > > How can one log lambda executions then? This issue...

> I am sorry for not being clear. Let me try to clarify my question. > > I have been trying to add logging to my API Gateway + Lambda...

> I'm sorry if I'm mistaken but this related to this workaround? https://stackoverflow.com/a/70405437/9123724 This only works if `refetchOnWindowFocus` is enabled. And even then the solution only works if the current...

Not all comments seem to get recognized. **Reproducible example**: **.eslintrc.json** ``` { "plugins": ["woke"], "rules": { "woke/all": "error" } } ``` **index.js** ```javascript // Comment #1 // his ``` **package.json**...

**Reproduction**: https://github.com/git-chrisp/next-translate-routes-nextjs-trailing-slash-bug When visiting localhost:3000/de/ the following error is printed in the console: ``` next-dev.js?3515:32 Warning: Prop `href` did not match. Server: "/de/seite1" Client: "/de/seite1/" ```