serverless-aws-rust-multi
serverless-aws-rust-multi copied to clipboard
⚡🏗️ template for new aws lambda serverless rust http apps
Update versions of hecrj/setup-rust-action and actions/checkout. I have confirmed this works fine.
Fixed some problems so that we can be wizards again! I have confirmed that I can do the following three things. - Successful deployment by executing `npx serverless deploy` -...
I clone this repo, but i faild because [this](https://github.com/awslabs/aws-lambda-rust-runtime/) repo is not support `master` branch
Running into this error trying to deploy with a new function added. SF can't seem to find the package associated to the new function; yet it's setup and defined the...
I try to deploy only one function but it isn't working. I got the message. I also try both options are dockerless and docker. The command I run `sls deploy...
Hi there.. I'm new to rust and serverless. I've been trying to create a collection of functions using this template. One of the things that I would like to be...