smoooty / rust-aws-lamdba

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

cargo lambda build --release --arm64 --output-format zip

deploy

terraform -chdir=infra init
AWS_PROFILE=<your_profile> terraform -chdir=infra plan
AWS_PROFILE=<your_profile> terraform -chdir=infra apply

dev

cargo lambda watch
cargo lambda invoke rust-aws-lambda --data-ascii '{}'

About


Languages

Language:Rust 85.6%Language:HCL 14.4%