Jeremy Thomerson
Jeremy Thomerson
**Is your feature request related to a problem? Please describe.** I'm frustrated that I interact with the model class everywhere to create and write data, but then when I read...
**Is your feature request related to a problem? Please describe.** Often when doing updates, you need to prevent against upserts with something like `update.onlyIfAttribute('pk').attributeExists()`. It often is not really a...
**Is your feature request related to a problem? Please describe.** When I use the AWS CLI to query or scan a DynamoDB table, I am unable to pipe that output...
Following up on #80 would it no be possible to get http redirecting to https? Maybe even adding HSTS headers?
**Describe the bug** I'm building an open source tool that helps manage and visualize dependencies between microservices. I'm using a flowchart to represent the dependencies between services, and services are...
If you use `ajv-cli` to compile multiple schemas, it appears to process them in alphabetical order. If one of the earlier schemas references a later schema, the compilation will fail...
I've used your plugin for several weeks successfully, but today after I deleted the skill I was working on and started a new one, suddenly `sls alexa update` will not...
When I use this code from [your examples](https://jsxss.com/en/examples/no_tag.html), I get the error "Type 'never[]' has no properties in common with type 'IWhiteList'.ts(2559)". It seems that the type of `whiteList` is...