-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Built in support for Struts2 based lambda functions #149
Labels
Milestone
Comments
Hi @jogep - looks really good. We'd be happy to include this in the framework to give official Struts2 support. Can you update it to work with the latest version of the framework and send us a pull request. We can do code review and request changes in the pull request. |
Hi @sapessi , thank you for the review and feedback, I will prepare a PR asap. |
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Jun 20, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Jun 20, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Aug 18, 2018
…s based on Struts2 aws#149
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Aug 18, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Aug 18, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Aug 23, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Sep 8, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Sep 10, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Sep 10, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Sep 10, 2018
jogep
added a commit
to jogep/aws-serverless-java-container
that referenced
this issue
Oct 17, 2018
Merged in core branch. Resolving. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: