You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the following property to the props object for ApiGatewayLambda and ApiGatewayDynamoDb causes the API Gateway to be launched with no authentication.
Adding the same property to the props object for ApiGatewaySqs is ignored and no message is provided to the user that they are not getting the behavior they requested.
Reproduction Steps
Line 189 of aws-apigateway-sqs is:
authorizationType: api.AuthorizationType.IAM,
This is not found in the same addMethod() function in aws-apigateway-dynamodb.
It might be worth considering moving this function to core/apigatewayhelper.ts to remove the redundant implementations and ensure behavior stays consistent in the future.
Error Log
N/A
Environment
**CDK CLI Version :1.56.0
**CDK Framework Version:1.56.0
**AWS Solutions Constructs Version :1.56.0
**OS :macOS
**Language :typescript
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered:
Adding the following property to the props object for ApiGatewayLambda and ApiGatewayDynamoDb causes the API Gateway to be launched with no authentication.
Adding the same property to the props object for ApiGatewaySqs is ignored and no message is provided to the user that they are not getting the behavior they requested.
Reproduction Steps
Line 189 of aws-apigateway-sqs is:
This is not found in the same addMethod() function in aws-apigateway-dynamodb.
It might be worth considering moving this function to core/apigatewayhelper.ts to remove the redundant implementations and ensure behavior stays consistent in the future.
Error Log
N/A
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: