Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AuthorizerArgs.providerARNs is mistyped in the Java SDK #1317

Open
cnunciato opened this issue Dec 15, 2023 · 0 comments
Open

AuthorizerArgs.providerARNs is mistyped in the Java SDK #1317

cnunciato opened this issue Dec 15, 2023 · 0 comments
Labels
kind/enhancement Improvements or new features

Comments

@cnunciato
Copy link
Contributor

When configuring a RestAPI route with an authorizer, it's necessary to be able to pass the ARN of another resource (e.g., a Cognito user pool). The Java SDK does not seem to allow this, however (.authorizers() wants a List<string> rather than a List<Input<string>>.

image

The other SDKs (TS, C#, Go) seem to handle this correctly.

@mjeffryes mjeffryes added the kind/enhancement Improvements or new features label Feb 6, 2024
@mjeffryes mjeffryes transferred this issue from pulumi/pulumi-aws-apigateway Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants