1.7.0 • Published 2 years ago

aws-laziness v1.7.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 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

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

1.6.4

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago