File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : rust
2
+
3
+ matrix :
4
+ include :
5
+ - rust : 1.30.0
6
+ - rust : stable
7
+ - rust : beta
8
+ - rust : nightly
9
+ env : ALLOW_FAILURES=true
10
+ - os : osx
11
+ - env : TARGET=x86_64-unknown-linux-musl
12
+ - env : TARGET=x86_64-unknown-linux-gnu
13
+ script :
14
+ - cargo build --verbose --all
15
+ - cargo test --verbose --all
Original file line number Diff line number Diff line change 1
1
# Rust Runtime for AWS Lambda
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/awslabs/aws-lambda-rust-runtime.svg?branch=master )] ( https://travis-ci.org/awslabs/aws-lambda-rust-runtime )
4
+
3
5
This package makes it easy to run AWS Lambda Functions written in Rust. This workspace includes two crates:
4
6
5
7
* ** ` lambda-runtime-client ` ** is a client SDK for the Lambda Runtime APIs. You probably don't need to use this crate directly!
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments