Rico Hermans
Rico Hermans
Looks like there is a compatibility API. Using a different server and regenerating the token should do it: ``` https://ossrh-staging-api.central.sonatype.com ``` https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#plugins-tested-for-compatibility
Please describe your use case in more detail. Is it the following? You want to create an ECR repository and fill it with a dummy image, so that you can...
That's an interesting use case, but not really what the asset system is intended for. In that system, we manage the repositories and the images, and you're not supposed to...
We can switch to a streaming implementation for the writer, but this is used in the AWS plugin for VSCode which is also written in JS, and then it will...
Can you provide a complete app that displays this behavior? Normally we'd fingerprint only assets, and the `.git` and `.idea` directories would be in your project root, not an asset...
Hi @humanzz, We can do this, but you are aware that we reserve the right to break `-alpha` APIs at any point, so an `npm update` can leave you with...
I think a new package `@aws-cdk/custom-resources-types` would be most idiomatic.
We probably need a way to mark a construct tree as immutable, so that you are not tempted to add anything to it after it has been synthesized. That would...
On second thought: there are probably 100s of people that have written CDK apps with mutations at the end that have no effect, but also don't harm and they're not...
> The biggest benefit is the nature of the cdk in that you want infrastructure as code but why do you need to compile code first. You do not have...