Swagger UI (quarkus-smallrye-openapi) is not working with quarkus AWS lambda application.
swagger-ui-bundle.js
is not loading and results in an 502 error:
/q/swagger-ui/swagger-ui-bundle.js
I am using '2.7.5.Final'. I have seen that some docs says that 'swagger-ui-bundle.js' is too big. This link tells that react reduce the bundle size but how can we solve this in a quarkus java lambda application.
But it is working fine in local.
Can any one please help me on it. Thanks.
I have tried with "quarkus-smallrye-openapi" in my quarkus lambda application. The swagger documentation is good in local but not in remote environment. I expect the same behavior as local in remote environment as well.