skip to Main Content

How can I fix the error "DynamoDB returns GSI range key not specified errors"?

I have a cloudformation template regarding the dynamodb. I added new index called customerId-index as below: ComponentsTable: Type: AWS::DynamoDB::Table Properties: TableName: ${self:custom.base}-components PointInTimeRecoverySpecification: PointInTimeRecoveryEnabled: True StreamSpecification: StreamViewType: NEW_IMAGE BillingMode: PAY_PER_REQUEST AttributeDefinitions: - AttributeName: assetId AttributeType: S - AttributeName: componentId AttributeType:…

VIEW QUESTION

Problem with Amazon SP-API estimateTransport

I am having trouble getting estimateTransport() to work It is returning FTXGatewayService.estimateLtlShipment returned error code: 412 Why? The ShipmentType of Small Parcel / "SP" works, but "LTL" does not. The Amazon workflow says to first PUT to fba/inbound/v0/shipments/FBAxxxx/transport Then POST…

VIEW QUESTION
Back To Top
Search