An open API service indexing awesome lists of open source software.

https://github.com/pmagaz/rust-aws-lambda

Example of AWS Lambda in Rust
https://github.com/pmagaz/rust-aws-lambda

Last synced: 9 months ago
JSON representation

Example of AWS Lambda in Rust

Awesome Lists containing this project

README

          

# Example of AWS Lambda with API gateway using RUST

Simple AWS Lambda with API gateway built in Rust using CDK CLI TypeScript client.

Lambda ( [rs_hello](lambda/rs_hello)) is located in the lambda folder an it's just a simple hello world that will display Hello + name. It uses the oficial [lambda_runtime](https://crates.io/crates/lambda_runtime) package from AWS but also [aws_lambda_events
](https://crates.io/crates/aws_lambda_events) that provides strongly-typed AWS Lambda event structs for Rust.

Lambda and ApiGateway specs for CDK are defined in [lib](lib)