Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a lensPrefix field to JSON templates so we can avoid abbreviation collisions #27
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The abbreviation for
ApiGatewayModel
andApiGatewayMethod
are bothagm
. As a workaround, @ababkin renamedApiGatewayMethod
toApiGatewayVerb
. We need to add a field calledlensPrefix
to the JSON templates, renameApiGatewayVerb
back toApiGatewayMethod
, and then setlensPrefix
for that toagme
.