buildmaster
3f8e1dd037
Bumping versions to 3.2.2-SNAPSHOT after release
2021-12-01 16:31:25 +00:00
buildmaster
fc6212ed7f
Going back to snapshots
2021-12-01 16:31:24 +00:00
buildmaster
6ad75b58d3
Update SNAPSHOT to 3.2.1
2021-12-01 16:26:31 +00:00
Oleg Zhurakousky
ea348e761f
Update project version
2021-12-01 15:01:36 +01:00
buildmaster
1c453b374c
Bumping versions
2021-12-01 11:43:35 +00:00
buildmaster
7c127312b7
Bumping versions to 3.2.1-SNAPSHOT after release
2021-12-01 09:12:26 +00:00
buildmaster
f92e1d97ba
Going back to snapshots
2021-12-01 09:12:25 +00:00
buildmaster
3e3cc0c51e
Update SNAPSHOT to 3.2.0
2021-12-01 09:07:04 +00:00
Oleg Zhurakousky
fccd242987
Change format of user agent to be aligned with the original PR from @msailes
2021-11-12 15:23:25 +01:00
Oleg Zhurakousky
bc37fd5a28
Modified version determination for user-agent, added test
2021-11-12 12:58:06 +01:00
Mark Sailes
015d253106
Send a user-agent header with requests to the Lambda Runtime API.
...
Adding the author tag.
2021-11-12 12:08:25 +01:00
buildmaster
90cec8e350
Going back to snapshots
2021-11-03 07:00:01 +00:00
buildmaster
c8c5e0a2f9
Update SNAPSHOT to 3.2.0-RC1
2021-11-03 06:56:29 +00:00
Oleg Zhurakousky
306895dc17
GH-751 Remove commented code
2021-11-02 12:25:28 +01:00
Oleg Zhurakousky
eeb5448a7d
GH-751 Ensure RoutingFunction can be applied when function input type is AWS type
2021-11-02 12:15:08 +01:00
Oleg Zhurakousky
2addf5af7d
Restructure and simplify AWS Custom Runtime code
...
Add Custom Runtime emulator to simplify integration testing
2021-10-20 17:52:52 +02:00
buildmaster
d472eacdbd
Going back to snapshots
2021-10-19 08:16:39 +00:00
buildmaster
d478668c51
Update SNAPSHOT to 3.2.0-M3
2021-10-19 08:13:10 +00:00
buildmaster
e8908f13a5
Going back to snapshots
2021-10-01 09:42:57 +00:00
buildmaster
bee0aee07a
Update SNAPSHOT to 3.2.0-M2
2021-10-01 09:39:36 +00:00
Oleg Zhurakousky
c8f146a98a
Refactor CustomRuntimeEventLoop in AWS module to ensure it is spring aot native compatible
2021-09-21 16:08:09 +02:00
Oleg Zhurakousky
6f2759055c
GH-743 Remove setting of HTTP 'export' properties for AWS Custom Runtime
...
Resolves #743
2021-09-16 11:27:17 +02:00
Oleg Zhurakousky
bfbf2d6e8c
GH-722 Fix support for API Gateway v2 when Function signature is POJO
...
Resolves #722
2021-08-17 08:25:28 +02:00
Oleg Zhurakousky
41d0783b77
GH-718 Improve support for Function bean definition
...
Added sample for functional bean definition
2021-08-03 13:02:15 +02:00
buildmaster
3a0828f70d
Going back to snapshots
2021-07-30 10:58:36 +00:00
buildmaster
abb79e7387
Update SNAPSHOT to 3.2.0-M1
2021-07-30 10:55:41 +00:00
Oleg Zhurakousky
ffd4e43d4b
GH-716 Add support for returning custom status code
...
Resolves #716
2021-07-30 12:42:48 +02:00
Oleg Zhurakousky
ce1265d925
Revert "Update SNAPSHOT to 3.2.0-M1"
...
This reverts commit 4335c0db2e .
2021-07-30 12:41:34 +02:00
Oleg Zhurakousky
05a86958f6
Revert "Going back to snapshots"
...
This reverts commit d01ddad754 .
2021-07-30 12:41:23 +02:00
buildmaster
d01ddad754
Going back to snapshots
2021-07-30 08:15:06 +00:00
buildmaster
4335c0db2e
Update SNAPSHOT to 3.2.0-M1
2021-07-30 08:12:01 +00:00
Oleg Zhurakousky
619833092a
Improve AWSLambdaUtils
2021-07-28 14:56:07 +02:00
Oleg Zhurakousky
3666bf73f7
GH-709, GH-684, GH-641 Upgrade AWS dependency
...
Refactor and simplify AWSLambdaUtils to work with AWS serialization libraries
Add support for API v2 gateway event
Resolves #709
Resolves #684
Resolves #641
2021-07-22 18:57:57 +02:00
Oleg Zhurakousky
994896fd8d
Fix POMs for 3.2
2021-07-13 16:23:02 +02:00
buildmaster
1864a09fc4
Bumping versions to 3.1.4-SNAPSHOT after release
2021-05-26 13:50:55 +00:00
buildmaster
40f1c2ad7c
Going back to snapshots
2021-05-26 13:50:54 +00:00
buildmaster
af2298caaa
Update SNAPSHOT to 3.1.3
2021-05-26 13:46:32 +00:00
Oleg Zhurakousky
c2d0590ec3
GH-698 Fix routing function support in AWS
...
Introduce auto-fallback to routing function if more then one function is present and no definition is provided.
Add explicit routing sample
Add documentation
2021-05-21 17:04:01 +02:00
Oleg Zhurakousky
c07aa97d15
Ensure user set headers in API Gateway are properly propagated to message headers
2021-05-18 16:33:04 +02:00
Oleg Zhurakousky
25387b83be
AWS POM cleanup
2021-05-17 20:05:29 +02:00
Oleg Zhurakousky
95a1d10dba
Add tests for AWS CustomRuntimeEventLoop
2021-05-17 20:03:11 +02:00
Oleg Zhurakousky
fc42819357
GH-662 Fix support for reactive functions in AWS
...
This commit also includes other minor fixes around CustomRuntime which was getting in the way of this specific issue
Added lookup for _HANDLER env variable
Added few tests (will need more)
Added support for Iterable for reactive functions
Resolves #662
2021-04-08 15:57:14 +02:00
Oleg Zhurakousky
cf58cdc700
GH-673 Change the logic to recognize AWS CustomRuntime
...
Prior to this it was based on existance of AWS_LAMBDA_RUNTIME_API env variable which turned out to be not very reliable since it is present in Java 11 runtime
With this commit it simple ensures that the handler is neither FunctionInvoker nor AbstractSpringFunctionAdapterInitializer
Resolves #673
2021-04-07 16:13:11 +02:00
buildmaster
85515c12f9
Bumping versions to 3.1.3-SNAPSHOT after release
2021-03-16 13:20:48 +00:00
buildmaster
6fd1b8d1c4
Going back to snapshots
2021-03-16 13:20:47 +00:00
buildmaster
255c0f67c1
Update SNAPSHOT to 3.1.2
2021-03-16 13:17:55 +00:00
pguti778
d8d41cbdcd
AWS: Change Default environment values
...
I've faced the "The key must start with a letter and can only contain letters, numbers, and underscores." issue in the AWS lambda. So both _HANDLER and spring.cloud.function.definition were not enabled to be added as environment variables. Let me know your thoughts.
2021-03-02 22:09:41 -03:00
Oleg Zhurakousky
5485cc33ca
GH-639 Fix NPE for when using Supplier with AWS API Gateway
...
Resolves #639
2021-02-08 10:36:00 +01:00
buildmaster
315ed4612d
Bumping versions
2021-02-01 18:56:47 +00:00
buildmaster
06872f573a
Bumping versions
2021-01-27 18:56:44 +00:00