0.1.5 • Published 4 years ago

@oculushealth/utils v0.1.5

Weekly downloads
17
License
ISC
Repository
-
Last release
4 years ago

@oculushealth/utils

Utils package that is used in the Oculushealth projects.

Environment Variables

Following environment variables are needed

    PLIVO_AUTH_ID
    PLIVO_AUTH_TOKEN
    PLIVO_PHLO_ID
    PLIVO_SOURCE_NUMBER
    ENC_ALGO
    ENC_SALT
    AWS_REGION_NAME
    MAILGUN_API_KEY

Example usage

import {
  invokeLambda
} from "@oculushealth/utils";

(async function() {
  const response = await invokeLambda( {
    functionNme: "oh-lambda-function",
    invocationType: "RequestResponse",
    params: { organizationId: "", updatedAt: "" }
  });
})();
0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago