1.7.0 • Published 3 years ago

aws-laziness v1.7.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

aws-laziness :package:

License Gitpod ready-to-code NPM version Build Release codecov Commit activity

Creating source code for lazy people (this is US :wink:)

db-model example

  • key, type - obrigatory fields
  • description - not mandatory field

User table example

{
  "partitionKey": { "key": "UserId", "type": "string", "description": "User identification" },
  "fields": [
    { "key": "UserName", "type": "string", "description": "User name" }
  ]
}

GameScore table example

{
  "partitionKey": { "key": "UserId", "type": "string" },
  "sortKey": { "key": "GameTitle", "type": "string", "description": "Game title" },
  "fields": [
    { "key": "TopScore", "type": "number" },
    { "key": "TopScoreDateTime", "type": "string" },
    { "key": "Wins", "type": "number", "description": "Number of player wins" },
    { "key": "Losses", "type": "number", "description": "Number of player losses" }
    ]
}
1.7.0

3 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago