We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: what to raise a request for unknown/new or required field or resource, then raise a PR. #68 and #62 DynamoDB AttributeType lint failed.
OK -> AttributeType: S NG -> AttributeType: N
AttributeType: S
AttributeType: N
0.5.31
1.57.0
The text was updated successfully, but these errors were encountered:
I use this plugin.
plugins: - serverless-appsync-plugin
Sorry, something went wrong.
Should Allow Attribute Type of: S, N, B Please Update :)
This is most likely happening because of YAML itself recognizing the character N as false in an older standard.
See: https://stackoverflow.com/a/44213322
Quick fix is to wrap the character in quotes: N -> 'N'
As @danielbogomazov said, this is not an issue with the plugin. I'll keep it open for the reference.
pavelvlasov
No branches or pull requests
Note: what to raise a request for unknown/new or required field or resource, then raise a PR.
#68 and #62
DynamoDB AttributeType lint failed.
OK ->
AttributeType: S
NG ->
AttributeType: N
0.5.31
1.57.0
No template(DynamoDB)
The text was updated successfully, but these errors were encountered: