Skip to content

Instantly share code, notes, and snippets.

@bernardobelchior
Created November 7, 2018 19:08
Show Gist options
  • Save bernardobelchior/b1ed09d80801f1c5fd1e82a036e51d12 to your computer and use it in GitHub Desktop.
Save bernardobelchior/b1ed09d80801f1c5fd1e82a036e51d12 to your computer and use it in GitHub Desktop.
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