Oleg Zhurakousky
ea3570683f
Add native web sample
2024-01-12 14:49:07 +01:00
Oleg Zhurakousky
494f60ba31
Add support for native web workloads for AWS
...
Fix Azure web support after refactoring classes
2024-01-12 14:48:57 +01:00
buildmaster
bd155628da
Bumping versions to 4.1.1-SNAPSHOT after release
2023-12-06 14:46:14 +00:00
buildmaster
83d71ba6fa
Going back to snapshots
2023-12-06 14:46:13 +00:00
buildmaster
0fb67a9c9e
Update SNAPSHOT to 4.1.0
2023-12-06 14:39:50 +00:00
Christian Tzolov
9ceb4f64d2
Fix the http trigger signatures in tests, samples and docs. Upgrade the azure maven version
...
Resolves #1088
2023-11-30 16:42:16 +01:00
buildmaster
100f29599a
Bumping versions
2023-11-29 11:20:13 +00:00
Oleg Zhurakousky
35d3c0734b
Update README.md
2023-11-14 18:44:08 +01:00
Tim Colson
faf4ff070d
Replace 'arch64' with 'arm64'
...
TIL that the architecture is actually **AArch64** - not 'arch64' but that arm64 is a synonym and is what 'arch' returns on an Apple Silicon mac. https://en.wikipedia.org/wiki/AArch64
Fortunately, this change makes the Lambda architecture choice of 'arm64' easier since it matches. Nice!
2023-11-13 17:45:11 -07:00
Tim Colson
26e574a932
Rename sample to native-function
...
Function class and file name 'uppercase' is misleading.
2023-11-13 14:43:59 -07:00
Tim Colson
fea404803d
Set function name to 'native-func-sample'
...
The build contains two functions: uppercase and reverse. The Lambda function name does n
2023-11-13 13:04:29 -07:00
Tim Colson
a8747a7080
Explain native AWS sample in detail; w/ test events
...
Updated with info from convo with OlegZ. Thx!
2023-11-13 10:31:37 -07:00
Oleg Zhurakousky
27d7b1dca4
Update README.md
2023-11-10 16:19:21 +01:00
Oleg Zhurakousky
1753020fe4
Polish sample
2023-11-06 11:41:49 +01:00
Oleg Zhurakousky
7d4dd303c9
Update pom.xml
2023-11-06 10:12:41 +01:00
Oleg Zhurakousky
1489d4601e
Update pom.xml
2023-11-06 10:07:18 +01:00
Oleg Zhurakousky
394644eebd
Update Dockerfile
2023-11-06 09:30:53 +01:00
Oleg Zhurakousky
97ab51cf62
Update Dockerfile
2023-11-06 09:29:18 +01:00
Oleg Zhurakousky
80bdb3dba0
Update Dockerfile
2023-11-06 09:28:28 +01:00
buildmaster
af7f41aa6f
Going back to snapshots
2023-10-31 13:04:16 +00:00
buildmaster
c5180fae16
Update SNAPSHOT to 4.1.0-RC1
2023-10-31 12:59:18 +00:00
Oleg Zhurakousky
e6e5e947fb
Update pom.xml
2023-10-26 16:17:02 +02:00
Oleg Zhurakousky
63d6b22e12
Update pom.xml
2023-10-26 16:16:42 +02:00
Oleg Zhurakousky
7c7812a5b6
Polish SAM template file
2023-10-26 15:48:11 +02:00
buildmaster
87458fe011
Bumping versions
2023-10-26 11:20:36 +00:00
Oleg Zhurakousky
fe7aae0590
Move CLI samples to sample repo
2023-10-25 16:28:31 +02:00
buildmaster
f33b4e4919
Going back to snapshots
2023-09-27 10:00:45 +00:00
buildmaster
b629f0f858
Update SNAPSHOT to 4.1.0-M2
2023-09-27 09:55:32 +00:00
Oleg Zhurakousky
ff414f821b
Upgrade build.gradle to use 1.0.31.RELEASE version of the thin-launcher
2023-09-20 15:45:19 +02:00
Oleg Zhurakousky
09eba7db8b
Fix gradlew file for AWS deployment sample
2023-09-18 12:26:21 +02:00
Oleg Zhurakousky
0054912ccd
Update gradle for AWS sample
2023-09-15 17:52:16 +02:00
buildmaster
78ceeccaff
Bumping versions
2023-08-16 11:20:05 +00:00
buildmaster
2ad7c69d7a
Going back to snapshots
2023-08-10 01:04:55 +00:00
buildmaster
e602ad7539
Update SNAPSHOT to 4.1.0-M1
2023-08-10 01:00:07 +00:00
spencergibb
f1cf956962
Ignores snapshot versions in samples since samples are not deployed to maven repo.
2023-08-09 14:46:25 -04:00
buildmaster
383cbc6511
Bumping versions
2023-07-22 11:19:33 +00:00
Christian Tzolov
fd9b6d5e8f
Streamline the azure adoc
2023-07-21 15:09:58 +02:00
Christian Tzolov
3bafcc5917
Refactor the azure adapter tests
2023-07-20 18:41:21 +02:00
Christian Tzolov
9b2535ae1c
Bump the azure adapter version used by samples to 4.1.0-SNAPSHOT
2023-07-20 11:02:29 +02:00
Christian Tzolov
8883e3b771
Azure samples version and code adjustments
2023-07-20 10:58:11 +02:00
Christian Tzolov
3c080031ad
Azure docs imporvements
2023-07-19 21:34:38 +02:00
Christian Tzolov
6299a5366b
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 14:54:05 +02:00
abilan
a744e7af1a
Fix function-sample-SI for latest deps state
...
**Cherry-pick to `4.0.x`**
2023-07-05 13:21:46 -04:00
buildmaster
fcae06f8c5
Bumping versions
2023-06-29 11:19:09 +00:00
spencergibb
ef222931b8
Updates samples versions to boot 3.2 and cloud projects to 4.1
2023-06-21 12:27:06 -04:00
Soby Chacko
6b4e5899c2
4.1.0-SNAPSHOT updates
2023-06-14 12:42:53 -04:00
Oleg Zhurakousky
38a30f05fc
Revert "Bumping versions"
...
This reverts commit 3c6a0cc59b .
2023-05-26 12:38:53 +02:00
buildmaster
3c6a0cc59b
Bumping versions
2023-05-25 05:36:10 +00:00
buildmaster
6be6549e64
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 18:21:46 +00:00
buildmaster
2ed1285b19
Going back to snapshots
2023-05-24 18:21:45 +00:00