Open Arditc opened 3 years ago
Also running into the same issue, haven't had a chance to investigate, has anybody else taken a look?
also I am getting same error
Same issue here.
Did you get anywhere with this? I have the same issue still in 2022!
@Geoff-Ford What solved this issue for me was using the name of the latest version of the component: "@serverless/aws-dynamodb"
If aws-dynamodb
is used, I think it installs a very old version which is not compatible with components-v1
command. I hope it helps.
Hi, I'm trying to add a database (dynamodb) into my serverless file, however I get this error:
Do you have any ideas on how I can add a dynamodb table via serverless?
I've used
@serverless/aws-dynamodb
and that works fine, however I wanted to use the latest serverless component.Here are some details regarding my serverless versions:
serverless --version
Serverless file:
Many thanks :)