Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Fix codegen for aws-lambda-go <= v1.15.0 #14

Merged
merged 6 commits into from
Mar 31, 2020
Merged

Fix codegen for aws-lambda-go <= v1.15.0 #14

merged 6 commits into from
Mar 31, 2020

Conversation

ewbankkit
Copy link
Contributor

@ewbankkit ewbankkit commented Mar 30, 2020

Closes #12.

For aws-lambda-go v1.16.0 with aws/aws-lambda-go#274 a structure APIGatewayV2HTTPRequestContext was added with nested struct definitions which Rust does not support and this code generator cannot handle.

I can open an issue in https://github.com/aws/aws-lambda-go pointing this out and asking for all structs to be defined at the top level.
Opened aws/aws-lambda-go#276.

@ewbankkit
Copy link
Contributor Author

Although there are sample CodeBuild events no tests were synthesized because of #7. I may tackle that one for completeness.

Copy link
Contributor

@LegNeato LegNeato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks so much for the PR and for adding tests! 🍻

@LegNeato LegNeato merged commit beb0c7f into calavera:master Mar 31, 2020
@ewbankkit ewbankkit deleted the issue-12 branch March 31, 2020 10:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running codegen fails for aws-lambda-go>=v1.13.0
2 participants