Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 303 Bytes

File metadata and controls

9 lines (6 loc) · 303 Bytes

Code generation for aws_lambda_events

Provides a CLI tool that can be used to generate Rust event type definitions from Go source code.

Usage

$ cargo run -- --input $GOPATH/src/github.com/aws/aws-lambda-go --output ../aws_lambda_events/src/generated --overwrite && cargo fmt --all