Markus Bergkvist

Results 18 comments of Markus Bergkvist

> Is there a workaround for this issue? I have a use case for a diagram that only makes sense on the entry point of the documentation. @zbraniecki Did you...

@HoLLy-HaCKeR I've moved to use AWS CDK to build and deploy Rust lambdas. See https://github.com/mbergkvist/rust-lambda-cdk for a sample project that automates build and deploy process.

I've had no respons from the maintainer.

> For anyone else who needs mermaid in the top level, no compromise, you can check out the crate _simple_mermaid_ @joeyame How do you accomplish mermaid in the top level...

Thanks! I was doing ```rust //! # Brief Overview //! The following diagram is a simple overview of how Parrhesia is used. #[ doc=mermaid!( "diagrams/overall_form.mmd" ) ] ``` i.e. no...

@pflorek Is this ok to be merged? dependabot keeps creating conflicts with this pr and I want to avoid fixing those until it is ready to merge.

> The changes are backwards compatible due to defaulting to us-east-1 endpoint if the CDK_AWS_PARTITION is not set. > The environment variable has also been introduced in https://github.com/cdklabs/cdk-pipelines-github/pull/895. https://github.com/cdklabs/cdk-pipelines-github/pull/895 has...

I have put up an example application here, https://github.com/mbergkvist/stacksetsandassets The command I execute is ```shell npm run cdk list ``` and the error is ```shell Error: Cannot find asset at...

Some updates: - `npm run cdk synth -- --all` works fine - I get the exact same error with `RustFunction` - I do not get any error with `PythonFunction`, neither...

> thanks for reporting this. i tested a nodejs function with the recent updates in #325 and it seems to work OK. there is an issue with python lambda with...