Closed
Description
- Framework version: 2.5.16
- Implementations: Struts2
Scenario
I created a similar Struts2 Handler like for Spring based Lambdas. This functionality could mayby directly included into this project?
Struts2 Plugin:
https://github.com/struts-community-plugins/struts2-cloud-support/tree/master/struts2-aws-lambda-support-plugin
Struts2 Lambda Handler Implementation:
https://github.com/struts-community-plugins/struts2-cloud-support/tree/master/struts2-aws-lambda-support-plugin/src/main/java/org/apache/struts2/aws/lambda/support/handler
Expected behavior
Support Struts2 as well.
Actual behavior
Only Jersey and Spring are supported.