Created
November 7, 2018 19:08
-
-
Save bernardobelchior/b1ed09d80801f1c5fd1e82a036e51d12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
lambda::gateway::start(|req| { | |
let base64_image: &str = req.body().as_str()?; | |
//... | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment