Skip to content
Advertisement

Tag: serverless

How to create the dynamodb table using serverless.yml and delete the items of it using python boto3?

I’ve created the dynamodb table using serverless.yml as below: But I’ve got this issue: An error occurred: myTable – One or more parameter values were invalid: Number of attributes in KeySchema does not exactly match number of attributes defined in AttributeDefinitions (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ValidationException; Request ID: PEI9OT7E72HQN4N5MQUOIUQ18JVV4KQNSO5AEMVJF66Q9ASUAAJG; Proxy: null). Could you help me creating the

Advertisement