Momo Kornher
Momo Kornher
On a scheduled release trigger, if no commits have been made since the last release the `bump` task will be skipped due to the `! git log --oneline -1 |...
### Describe the bug Given the following code: ```python #!/usr/bin/env python3 import builtins import typing import jsii import aws_cdk as cdk import aws_cdk.aws_sqs as sqs from aws_cdk.cli_lib_alpha import AwsCdkCli, ICloudAssemblyDirectoryProducer...
Fixes #3917 --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
**What is the problem you're trying to solve?.** When finch is instructed to access a path that is outside of one of it's allowed directories, a generic error message is...
**Description of changes:** add AWS::Kinesis::Stream to stateful resource list By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of...
Cloudfront supports small inline JavaScript functions. They have some limitations, mainly regarding size and used memory. We should evaluate if the existing inline code works with it, or add support...
**Describe the bug** The `metafile` option has no effect. **To Reproduce** ```ts new TypeScriptCode("src/index.ts", { buildOptions: { metafile: true } }); ``` **Expected behavior** I can access the metafile somehow....
Using the escape hatch, provide an implementation that spawns a sub process to run an (more or less) arbitrary build script in async mode, so plugins can be used. Turn...
Once `esbuild` has reached a stable version 1.0, a new major version will be released.
Using the escape hatch, provide an implementation that uses a docker container.