[package] name = "lambda-dynamodb-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] aws-config = "0.52.0" aws-sdk-dynamodb = "0.22.0" lambda_runtime = "0.7.2" serde_json = "1" tokio = { version = "1", features = ["macros"] } tracing-subscriber = { version = "0.3", features = ["fmt", "json"] } chrono = "0.4.19"