serverless-aws-rust-http
serverless-aws-rust-http copied to clipboard
⚡🏗️ template for new aws lambda serverless rust http apps
I'm trying to figure out how to run these lambda functions locally on my mac mini, but each thing I try I get a different error! 🙃 This time I...
Hello again! 👋 Just wanted to throw an issue up documentation this different error I'm getting. I'm trying to run it locally using the default `serverless.yml` settings when scaffolding a...
After a fresh scaffold of this project with ``` serverless install \ --url https://github.com/softprops/serverless-aws-rust-http \ --name joke-fetcher-crab-lamb ``` I have docker running and then try to run this locally with...
After a fresh scaffold of this project with ``` serverless install \ --url https://github.com/softprops/serverless-aws-rust-http \ --name joke-fetcher-crab-lamb ``` I have docker running and then try to run this locally with...
Getting this error just running the default build, I assume it's related to running on an Apple M1 chip laptop: ``` thread 'rustc' panicked at 'invalid terminator state', src/librustc/mir/mod.rs:1329:9 note:...
I was trying to run this example on local but it isn't working. I stuck in `Downloading base Docker image` step.  When I try to use dockerless locally. I...