Peter Franzen

Results 3 issues of Peter Franzen

I'm getting the following error while trying to deploy the cloudfront-authorization stack. It's failing while trying to create the secret-generator lambda function in CloudFormation, although it does compile it successfully...

First, this is an amazing resource and thanks for the work that has gone into it. It would be extremely helpful to include CloudFormation Outputs for each stack in order...

### Describe the bug I'm creating an elbv2 ListenerAction with CDK v2.38.1 as follows: ``` action=elbv2.ListenerAction.authenticate_oidc( authorization_endpoint="https://example.com/", client_id= client_id, client_secret=client_secret, issuer="https://my.issuer", token_endpoint="https://my/token", user_info_endpoint="https://my/userinfo", session_timeout=Duration.minutes(60), next=elbv2.ListenerAction.redirect(...) ``` No matter what I...

bug
p2
effort/small
@aws-cdk/aws-elasticloadbalancingv2