Skip to content

tpai/serverless-image-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lambda Image Processor

Prerequisites

Install Dependencies

yarn

Initialize

yarn start

Test

Modify event.json

Records: [
    {
        s3: {
            object: {
                key: [IMAGE_NAME],
                ...
            },
            bucket: {
                name: [BUCKET_NAME],
                ...
            },
            ...
        },
        ...
    }
]

Run test command

yarn test

About

AWS lambda function that handling image resize based on Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published