JSPM

@aws-amplify/platform-core

1.10.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 125737
  • Score
    100M100P100Q157394F
  • License Apache-2.0

Package Exports

  • @aws-amplify/platform-core
  • @aws-amplify/platform-core/cdk

Readme

Description

Contains core logic that needs to be normalized across many packages in the repo. This includes things like error classes, parsing stack name and BackendIdentifiers, and other cross-cutting concerns. Over time, this package will probably have a tendency to turn into a "kitchen sink" utility package. We should take steps to mitigate that by:

  1. Be very careful about what gets added to this package. Consider if the thing you are adding can go in some other shared package.
  2. Be open to splitting this package into multiple "core" packages when logical groupings emerge.