Commit Graph

7 Commits

Author SHA1 Message Date
Oleg Zhurakousky
7d67d61d43 Add support for native web workloads for AWS
Fix Azure web support after refactoring classes
2024-01-12 10:24:06 +01:00
Christian Tzolov
5069f7116b Streamline and refactor the azure and the azure-web adapters.
- Add SCF/Azure Gradle sample and docs.
- Move the function-azure-di-samples into standalone projects.
 - Apply the name convetion and project structure for the SCF adaptes.
   E.g.  function-sample-azure-XXX projects under the spring-cloud-function-samples root.
 - Remove the redudant samples.
 - Improve the samples docs and the Adapter generic docs.
- Streamline docs.
- Add azure web adapter sample and README.
- Add Spring Azure Functions banner for azure and azure web adapters.
- azure-web adapter fixes:
  - Fix issues in serverles-web ProxyHttpServletResponse implementation.
  - Remove the custom FunctionClassUtils utils in favor of scf-context/util/FunctionClassUtils.
- Remove redundant files.
- Add FunctionInvoker deprecation annotations.
- Extend the time trigger sample with Retry policies example.
2023-07-19 18:08:10 +02:00
Oleg Zhurakousky
74aaadea98 GH-1034 Finish merging work to support web workloads in serverless environments
Resolves #1034
2023-05-09 12:10:47 +02:00
Christian Tzolov
04baab62b7 updatee the azure web adapter 2023-05-09 10:41:47 +02:00
Christian Tzolov
ee777a796b cache intialisation. add test 2023-05-09 10:41:34 +02:00
Christian Tzolov
a039054c3c fix post support 2023-05-09 10:41:22 +02:00
Christian Tzolov
921a2bca03 experimental Azure Web adapter
experimental Azure Web adapter
2023-05-09 10:40:56 +02:00