yubathom / aws-thumbnails

Create thumbnails from s3 bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Serverless thumbnails service

docs

Requirements

Usage

Deployment

$ sls deploy

Invocation

After successful deployment, you can invoke the deployed function by using the following command:

sls invoke --function health

Which should result in response similar to the following:

{
    "statusCode": 200,
    "body": "{\"message\": \"ok\"}"
}

Local development

You can invoke your function locally by using the following command:

sls invoke local --function health

Which should result in response similar to the following:

{
    "statusCode": 200,
    "body": "{\"message\": \"ok\"}"
}

Check out the Serverless Framework docs for more information.

About

Create thumbnails from s3 bucket


Languages

Language:Python 100.0%