Skip to content

annesadleir/aws-lambda-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-echo

Uses RequestStreamHandler implementation to make it clear exactly what input it received.

Helpful when you need to set up a lambda whose input you don't control, e.g. an S3Event-driven lambda &c, to help understand what inputs the lambda will receive, and for capturing test inputs.

About

A very simple lambda which just echoes the InputStream to the log and to the OutputStream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages