serverless-rust icon indicating copy to clipboard operation
serverless-rust copied to clipboard

⚡ 🦀 a serverless framework plugin for rustlang applications

Results 32 serverless-rust issues
Sort by recently updated
recently updated
newest added

## What did you implement: Adds a new custom flag to signal that the serverless.yml is nested in a cargo [workspace](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html). Since the binaries will be outputted to a target...

## What did you implement: Serverless 3 will throw an error if we use a `provider.runtime` option different from the allowed values: ``` Error: Configuration error at 'provider.runtime': must be...

Looks the `serverless-rust` can deploy lambda to cloud. But CDK can deploy lambda too. Any other differences?

## 🐛 Bug description When running plugin with default settings (with dockerless = false) it uses docker image to run cargo and rustc (contradictive decision, but OK), and then it...

The latest NPM package version is v0.3.8, committed on the 4th of June 2020. Since then, many fixes have been committed, but a new NPM package hasn't been released. Could...

This PR is about changing permissions for the built bootstrap file. In the last released tag (https://github.com/softprops/serverless-rust/releases/tag/v0.3.8) integer `755` value is used https://github.com/softprops/serverless-rust/blob/c17cb6c380ee6ca5cbf441ac9df718a7325be13c/index.js#L152 Which is incorrect. In the latest master...

After a fresh scaffold of a project that uses the serverless-rust plugin: ``` serverless install \ --url https://github.com/softprops/serverless-aws-rust-http \ --name joke-fetcher-crab-lamb ``` I have docker running and then try to...

Since the last update was half a year ago, I really need to ask, if this project is still alive? I am having a problem, not sure what exactly the...

## What did you implement: I modified the build script to invoke the compiler for GNU instead of MUSL, with inspiration from [here](https://umccr.org/blog/aws-bioinformatics-rust/) and [here](https://andygrove.io/2020/05/why-musl-extremely-slow/). glibc 2.26 must be available...

## 🐛 Bug description I am currently building my rust lambda using the dockerless method, it builds and deploys fine but when I attempt to test it throws the error:...