You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: