Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created December 23, 2018 02:13
Show Gist options
  • Save robertohuertasm/623620a3a836ebdfb79da4cf16e78495 to your computer and use it in GitHub Desktop.
Save robertohuertasm/623620a3a836ebdfb79da4cf16e78495 to your computer and use it in GitHub Desktop.
aws-lambda-rust
[package]
name = "aws-lambda-rust"
version = "0.1.0"
authors = ["You <your@email.com>"]
edition = "2018"
autobins = false
[[bin]]
name = "bootstrap"
path = "src/main.rs"
[dependencies]
lambda_runtime = "0.1"
serde = "1.0.80"
serde_derive = "1.0.80"
serde_json = "1.0.33"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment