aws-lambda-simple-status
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

AWS Lambda simple status

Simple utilities to check a status of AWS lambda environment.

Disk

showDirectoryStatus

It is useful when you should check a directory status such as how much space is available or what files are in there.

import { showDirectoryStatus } from 'aws-lambda-simple-status';

showDirectoryStatus('/var/task'); // For code space.
showDirectoryStatus('/tmp'); // For temp space.

/aws-lambda-simple-status/

    Package Sidebar

    Install

    npm i aws-lambda-simple-status

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    9.11 kB

    Total Files

    15

    Last publish

    Collaborators

    • jongho.han
    • voyagerx-sysadmin
    • jaehwa.chang
    • lacti