0.0.5 • Published 1 year ago

aws-lambda-simple-status v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

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.
0.0.5

1 year ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

5 years ago

0.0.1

6 years ago