1 Answer
- Newest
- Most votes
- Most comments
-1
Error UnexpectedParameter: Unexpected key 'KeyConditionExpression' found in params
`#P = :projectname`,
This issue is due to the single quotes.
Please remove that type it manually after pasting the code in the target place.
'#P = :projectname',
It should look like the above.
If this answer has led to a solution, please approve the answer for the betterment of the community.
answered 3 years ago
Relevant content
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
