Gary Jennings
Gary Jennings
@sheerun try: ```bash sls --component=targetComponent build ``` Because there can be multiple components in 1 project, the cli can only assume methods like `default` and `remove` to be present on...
not that I can find, I figured it out by diving into the source code. I think if the error message was updated to be more clearer, that would solve...
@sheerun did running `--component` work for you?
> Any chance that there's an ETA for this? I'll take a look at this tonight
we could just have an optional flag: ```yml myTable: component: '@serverless/aws-dynamodb' inputs: attributeDefinitions: - AttributeName: id AttributeType: S keySchema: - AttributeName: id KeyType: HASH region: us-east-1 stream: true ```