Commit Graph

2036 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
7e85c360bd Disable FAIL_ON_EMPTY_BEANS feature 2023-11-30 17:11:50 +01: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
Oleg Zhurakousky
c3cb561a7b Delete SECURITY.md 2023-11-30 16:30:09 +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
Oleg Zhurakousky
3ab6daec12 Merge pull request #1095 from timcolson/patch-1
Explain native AWS sample in detail; w/ test events
2023-11-14 12:15: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
Oleg Zhurakousky
f485eba254 Restructure CLI samples 2023-10-25 16:25:18 +02:00
Oleg Zhurakousky
7ad0e66977 Delete cli/scf-aws-sam/.mvn/wrapper directory 2023-10-25 16:22:06 +02:00
Oleg Zhurakousky
4883e5ab39 Change file names 2023-10-25 15:39:36 +02:00
Oleg Zhurakousky
6c20e26e51 Update pom.xml 2023-10-25 14:42:56 +02:00
Oleg Zhurakousky
51875a49d8 Create pom.xml 2023-10-25 14:42:36 +02:00
Oleg Zhurakousky
43e6dc43da Fix checkstyles 2023-10-25 14:36:27 +02:00
Oleg Zhurakousky
640bcf08e5 GH-1086 Add initial README 2023-10-25 14:31:44 +02:00
Oleg Zhurakousky
02b2a1dc46 Delete cli/.spring/commands/add/sam-template directory 2023-10-25 14:28:52 +02:00
Oleg Zhurakousky
8a93e10a0e GH-1086 Add initial support for Spring CLI
Resolves #1086
2023-10-25 14:26:47 +02:00
Oleg Zhurakousky
f1e330a23c GH-1038 GH-834 Remove copy of TestSocketUtils
Resolves #1038
Resolves #834
2023-10-23 18:26:30 +02:00
Oleg Zhurakousky
253f6259b8 GH-953 Modify test to show returning non-default status code
Resolves #953
2023-10-23 17:38:01 +02:00
Oleg Zhurakousky
71ee83ef4b GH-1082 Ensure AWS events are not post-processed
Resolves #1082
2023-10-18 15:24:55 +02:00
Oleg Zhurakousky
7797471097 GH-957 Fix doc link tyo sample
Resolves #957
2023-10-13 12:41:14 +02:00
Oleg Zhurakousky
8e9948c4c3 GH-1075 Fix conversion of complex types
Resolves #1075
2023-10-13 10:25:35 +02:00
Oleg Zhurakousky
74d0d96101 Fix test 2023-10-12 17:01:36 +02:00
Oleg Zhurakousky
b858028219 GH-1079 Fix character encoding in AzureWebProxyInvoker
Resolves #1079
2023-10-11 14:03:19 +02:00
Oleg Zhurakousky
a037d3a16f Update launcher dependencies due to boot changes 2023-10-10 13:57:23 +02:00
Rob Cash
1f188e8e36 GH-1077 Update AWSLambdaUtils.java with null check
Resolves #1077 by checking for a null package, which can happen when the inputType is a Message that encloses a primitive generic type

Update AWSTypesMessageConverter.java

Added additional fixes for #1077 in AWTypesMessageConverter

Update FunctionInvokerTests.java

Added unit tests to verify fix for #1077

Checkstyle fix

Resolves #1078
2023-10-10 13:36:53 +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
d22a5ebca6 GH-1021 Add documentation about configuring container images deplioyed on AWS Lambda
Resolves #1021
2023-09-26 13:33:41 +02:00