Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

lambda_decorators examples

This directory contains a handler.py file that contains multiple handlers using various decorators provided by lambda_decorators. There is also a serverless.yml for deploying with the serverless framework. It uses the serverless-python-requirements plugin to install necessary dependencies.

To install all of the above and deploy:

npm install -g serverless
npm install # installs the plugin, specified in package.json
sls deploy