JSPM

  • Created
  • Published
  • Downloads 755
  • Score
    100M100P100Q113936F
  • License Apache-2.0

Medplum Bot Lambda Layer

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@medplum/bot-layer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Medplum Bot Layer

    Medplum bots can run in AWS Lambdas. When running in lambdas, bots can use AWS Lambda Layers for pre-built dependencies and configuration.

    This package defines the packages in the default AWS Lambda Layer.

    Current packages:

    Usage

    To use the Medplum Bot Layer in your own Bot packages, add @medplum/bot-layer as a dependency:

    npm i @medplum/bot-layer

    Deployment

    For more details on how to build and use, refer to /scripts/deploy-bot-layer.sh.

    References