Matt Bullock
Matt Bullock
Just checking in on this; is there any planned timeline yet for the 5.0.0 release? Specifically looking to get the crypto backend work in a consumable release.
The URL that we pass to CodeBuild to check out the code is currently hard-coded to use `https://github.com`. Because GitHub Actions is available in GitHub Enterprise, it would be nice...
CodeBuild Projects can output artifacts, usually into an S3 bucket, from the build filesystem as a result of the build. We should collect these and pull them into the Actions...
## :bug: Bug Report ### Affected Languages - [x] `TypeScript` or `Javascript` - [ ] `Python` - [ ] `Java` - [ ] .NET (`C#`, `F#`, ...) - [ ]...
As described in #3319 the resolver introduced in 1.150.0 breaks URI dependency definitions (commonly used in monorepos.) This _should_ fix the issue. --- By submitting this pull request, I confirm...
We're working on transitioning away from PyCrypto(|dome) for all of the software that we use, and PySNMP is currently a large contributor to PyCryptodome use. We believe that there is...
If you use Construct as an interface, it gives an error in the Construct code rather than your code
### Describe the bug In a codebase I'm working on, I incorrectly implemented an interface that extends `Construct`. Since `Construct` is not an interface, this is a problem. However, the...
The MetaStore currently only supports using the actual table name for the MetaStore table. In order to support DDB PITR, we need to allow setting of a logical name instead.