Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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