Justin Hendrickson
Justin Hendrickson
Any update on this issue? I am impacted by this issue and it looks like the PR is languishing while waiting for a review.
> Sorry I didn't have time to play with this locally and won't likely have time until this weekend. :/ Don't worry about it. I don't need it for anything...
Here's my "quick stab at the solution". ``` typescript if (options.edgeLambda) { scr.open( `export interface ${propsType} extends lambda.FunctionOptions {` ); src.line(" /**"); src.line(" * The stack ID of Lambda@Edge function.");...
Here's the generated construct code. ```typescript // ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen". import * as path from 'path'; import * as cloudfront from...
I just encountered this issue as well. I tried a few previous versions of the library and it appears that both problems started with version 13.0.10.
To elaborate, the Twine devs have stated: > Twine was and always will be PyPI first. https://github.com/pypa/twine/issues/1265#issuecomment-3258562261 AWS CodeArtifact implements only a subset of the PyPI repository API (https://docs.aws.amazon.com/codeartifact/latest/ug/python-compatibility.html), so...