Skip to content

Floby/lambda-left-pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

lambda-left-pad

left-pad as a service

Usage

POST /?size=6
Content-Type: text/plain

foo

> 200 OK
> Content-Type: text/plain
> Content-Length: 6
>
>    foo
POST /?size=2&fill=0
Content-Type: text/plain

1

> 200 OK
> Content-Type: text/plain
> Content-Length: 2
>
> 01

About

left-pad as a service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published