dynamo-easy
  • Introduction
  • Browser vs. Node usage
  • Get Started
    • Installation
    • Jump into code
  • API Doc
    • Config
      • Dynamo-Easy Config
      • AWS SDK Config
    • Model
      • Decorators
      • Mapping Concept
      • CustomMapper
    • Dynamo Store
      • Model Requests
    • Multi-Model Requests
    • Expressions (conditions, update)
Powered by GitBook
On this page

Was this helpful?

Browser vs. Node usage

dynamo-easy basically works both in node and browser.

All tests are run in Node LTS (v10). Depending on the browsers you support, polyfills might be necessary. Look into tsconfig.json to see which ES version we rely on and which further ES features we use.

PreviousIntroductionNextInstallation

Last updated 6 years ago

Was this helpful?