Skip to content

v6x/aws-lambda-simple-status

Repository files navigation

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.

About

Simple reporting functions to check a status of aws lambda environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published