[package] name = "cloudfront-failover-apigw-http-api-lambda-rust" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "handler" path = "src/bin/handler.rs" [dependencies] lambda_http = "0.7.2" serde_json = "1" tokio = { version = "1", features = ["macros"] } tracing-subscriber = { version = "0.3", features = ["fmt", "json"] }