Skip to content

d3netxer/aws-s3-thumbnail-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-s3-thumbnail-generator

Thumbnail generator using Serverless Framework.

Instructions

  1. Clone this repository

  2. Edit the serverless.yml file and replace profile and region name with actual one.

  3. The project requires deploying additional dependencies to be packaged along with the code to Lambda. For this, install Serverless Python Requirements plugin.

$ npm install --save serverless-python-requirements
  1. The plugin will now bundle the python dependencies specified in requirements.txt or Pipfile when you run serverless deploy.

  2. Deploy the function

$ serverless deploy -v
  1. Invoke the Lambda function
$ serverless invoke --function s3_thumbnail_generator --log

Additional Resources

Refer official Serverless Framework documentation here.

About

Thumbnail generator using Serverless Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%