Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

serverless-rust-plugin Examples

Sample projects for serverless-rust-plugin.

Simple(/simple)

Super simple project. If you are new to this plugin, see this. This project includes some examples for rust:invoke command.

Multi binary(/multi-binary)

A project having multiple binaries. If your Cargo.toml has some [[bin]] sections, see this.

Workspace(/workspace)

workspace example.

Dynamodb local(/ddb-local)

Lambda function accessing Dynamodb using docker-compose.

S3 local(/s3-local)

Lambda function accessing S3 using serverless-s3-local.