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
JakePartusch
changed the title
aws-apigateway-dynamodb: setting allowReadOperation to false does not disable the read operation
aws-apigateway-dynamodb: setting "allowReadOperation" to false does not disable the read operation
Jan 6, 2021
Setting
allowReadOperation
tofalse
does not disable the read operation.Reproduction Steps
Error Log
There is no error in synthesizing the stack
Environment
Other
This issue seems to be with this conditional:
aws-solutions-constructs/source/patterns/@aws-solutions-constructs/aws-apigateway-dynamodb/lib/index.ts
Line 154 in 8130c54
Given the three input options (true/false/undefined), the conditional always will evaluate to
true
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: