spring-builds
acd24a2cd7
Bumping dependency versions after release
2025-03-18 21:45:05 +00:00
spring-builds
414bae18c3
Going back to snapshots
2025-03-18 21:43:54 +00:00
spring-builds
d6d51ab65a
Update SNAPSHOT to 4.2.2
2025-03-18 21:38:32 +00:00
spring-builds
49695480b5
Going back to snapshots
2025-01-23 10:38:30 +00:00
spring-builds
06d41703db
Update SNAPSHOT to 4.2.1
2025-01-23 10:32:22 +00:00
spring-builds
399a4f417e
Bumping versions
2025-01-13 19:44:13 +00:00
Oleg Zhurakousky
1e0bdc8043
Polish sample's README
2025-01-13 13:52:41 +01:00
Oleg Zhurakousky
9b7f8b5516
GH-1187 Fix AWS Context initialization for Custom Runtime
...
Updated sample to show that Context is not null
Resolves #1187
2025-01-13 13:25:12 +01:00
spring-builds
a7334b275d
Bumping dependency versions after release
2024-12-02 23:47:44 +00:00
spring-builds
f703bed1fd
Going back to snapshots
2024-12-02 23:46:38 +00:00
spring-builds
03807b3254
Update SNAPSHOT to 4.2.0
2024-12-02 23:41:32 +00:00
spring-builds
5e179a2052
Bumping versions
2024-11-22 19:40:17 +00:00
spring-builds
1b7b31307a
Going back to snapshots
2024-11-08 01:05:03 +00:00
spring-builds
a6379216f8
Update SNAPSHOT to 4.2.0-RC1
2024-11-08 01:00:19 +00:00
spencergibb
d120eb0731
Updates to*Case() to use Locale.ROOT
2024-10-18 10:53:24 -04:00
spring-builds
343b3767f6
Bumping versions
2024-10-13 19:47:26 +00:00
buildmaster
a2d850bfd5
Bumping versions
2024-10-08 19:47:55 +00:00
buildmaster
b899cfc09e
Going back to snapshots
2024-10-08 00:32:36 +00:00
buildmaster
f062999239
Update SNAPSHOT to 4.2.0-M2
2024-10-08 00:28:01 +00:00
buildmaster
1cf1a90ce2
Bumping versions
2024-08-23 19:36:47 +00:00
buildmaster
16022af641
Going back to snapshots
2024-08-19 17:01:50 +00:00
buildmaster
a08b2fd11a
Update SNAPSHOT to 4.2.0-M1
2024-08-19 16:57:43 +00:00
buildmaster
8583ea48c7
Going back to snapshots
2024-08-19 15:26:29 +00:00
buildmaster
03b13f75bd
Update SNAPSHOT to 4.2.0-M1
2024-08-19 15:22:42 +00:00
buildmaster
a731b934b0
Bumping versions
2024-08-05 19:12:58 +00:00
buildmaster
90f7565e64
Bumping versions
2024-07-27 11:21:04 +00:00
buildmaster
76d92789d1
Bumping versions to 4.1.4-SNAPSHOT after release
2024-07-10 15:51:28 +00:00
buildmaster
5d61a39ea5
Going back to snapshots
2024-07-10 15:51:27 +00:00
buildmaster
c0b651e45c
Update SNAPSHOT to 4.1.3
2024-07-10 15:46:31 +00:00
buildmaster
980189db6f
Bumping versions
2024-07-08 11:21:23 +00:00
buildmaster
091d4eda41
Bumping versions
2024-05-31 11:20:30 +00:00
buildmaster
79ee3e5fda
Bumping versions
2024-05-30 11:19:42 +00:00
buildmaster
c3f263ec46
Bumping versions to 4.1.3-SNAPSHOT after release
2024-05-30 10:23:31 +00:00
buildmaster
6630bea4c3
Going back to snapshots
2024-05-30 10:23:30 +00:00
buildmaster
f0ae10ff84
Update SNAPSHOT to 4.1.2
2024-05-30 10:17:58 +00:00
buildmaster
cdb25edd57
Bumping versions to 4.1.2-SNAPSHOT after release
2024-03-27 12:47:57 +00:00
buildmaster
1567588ea8
Going back to snapshots
2024-03-27 12:47:56 +00:00
buildmaster
504c9bbb29
Update SNAPSHOT to 4.1.1
2024-03-27 12:42:40 +00:00
buildmaster
dfe180962b
Bumping versions
2024-03-06 11:22:17 +00: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
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