Closed
Description
After trying to import swagger generated documentation into AWS API gateway I discover some helpful information that can be shared in README file to help other people through this process:
- Remove model circular dependencies.
- Remove security-related annotations (This annotation aren't well supported by the import functionality).
- Max length of the fields is reviewed by the parser but the errors aren't self-explanatory. Review the documentation to verify that the requirements are met.
- API gateway errors aren't good enough for troubleshooting so I recommend using this page for structure validation.
Metadata
Assignees
Labels
No labels