Clever / wag

sWAGger - Web API Generator
Apache License 2.0
77 stars 6 forks source link

Dynamo codegen #327

Closed aastein closed 3 years ago

aastein commented 3 years ago

This PR adds two command line flags to Wag, -dynamo-only and-dynamo-path

-dynamo-only When used wag only generates dynamo code and go models

-dynamo-path Optional path relative to go package path to generate dynamo code

Both flags can be used together or separately.

Other: removed samples/gen-go-deprecated/README.md. It is a stale file that is no longer generated but does not get automatically deleted because the dir it is in is persisted when generating code with wag.

Todo:

aastein commented 3 years ago

@taylor-sutton I refactored how the config struct is set. LMK what you think.