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

⚡🏗️ template for new aws lambda serverless rust http apps

Results 6 serverless-aws-rust-http issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/14315537/93478020-cc9a6c80-f925-11ea-9c4d-4daa27347dbc.png) When I try to use dockerless locally. I...