Sean Krail

Results 5 issues of Sean Krail

### Is your feature request related to a problem? Please describe Forcing users to add `github_token: ${{ secrets.GITHUB_TOKEN }}` adds unnecessary boilerplate, since its possible to extract this token in...

enhancement
proposal

`_createMigrateTableIfNotExists` now works when there are more than 100 tables (**DynamoDB has a soft limit of 256 tables per region**). Say you have 101 tables `table1` through `table100` and your...

node v4, v5, v6, and v7 are [end-of-life and no longer supported](https://github.com/nodejs/Release#end-of-life-releases). node v10, v12, and v13 are [actively supported](https://nodejs.org/en/about/releases/).

DynamoDB API - http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_CreateGlobalTable.html File that needs to be modified - [/lib/migrate/migrator.js](../blob/master/lib/migrate/migrator.js)

**Is your feature request related to a problem? Please describe.** I expected the generated ToString to include its inherited properties from an abstract class. **Describe the solution you'd like** ToString...