[package]
edition = "2018"
name = "cfn-guard-lambda"
version = "3.2.0"
authors = [
"Diwakar Chakravarthy",
"John Tompkins",
"Omkar Hegde",
"Priya Padmanaban",
"Bryan Ayala",
"Kexiang Wang",
"Akshay Rane",
"Josh Fried",
"aws-cloudformation-developers <aws-cloudformation-developers@amazon.com>",
]
description = "Lambda version of cfn-guard. Checks JSON- or YAML- formatted structured data for policy compliance using a simple, policy-as-code, declarative syntax"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/aws-cloudformation/cloudformation-guard"
resolver = "2"
[dependencies.cfn-guard]
version = "3.2.0"
[dependencies.lambda_runtime]
version = "0.13.0"
[dependencies.serde]
version = "1.0.92"
features = ["derive"]
[dependencies.serde_derive]
version = "1.0.92"
[dependencies.serde_json]
version = "1.0.64"
[dependencies.tokio]
version = "1.43.1"
[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]