Oleg Zhurakousky
38411d424b
GH-995 Wrapped SCF version discovery in AWS Custom Runtime with try/catch
...
Resolves #995
2023-03-01 13:02:51 +01:00
Oleg Zhurakousky
bb9fda2fc0
GH-997 Adding test to validate AWS Context set as header
...
Resolves #997
2023-03-01 12:37:25 +01:00
Oleg Zhurakousky
25243ff472
GH-1006 Remove dependency on Joda module
...
Developers would have to add it themselves with custom instance of ObjectMapper
Resolves #1006
2023-03-01 12:37:19 +01:00
Oleg Zhurakousky
21387e8cee
GH-1000 Add suport for propagating more errors to AWS Error reporting mechanism
...
Resolves #1000
2023-03-01 12:37:11 +01:00
Oleg Zhurakousky
6a8aae3c20
GH-1003 Remove date configuration code when configuring insensitive properties of ObjectMapper
...
Resolves #1003
2023-02-28 16:23:37 +01:00
Oleg Zhurakousky
205b6174cc
GH-973 Ensure that AWS isBase64Encoded is set dynamically
...
Resolves #973
2023-01-23 14:56:14 +01:00
Oleg Zhurakousky
61f3ce42c8
GH-980 Ensure reactive types are supported by AWS adapter
...
Resolves #980
2023-01-23 13:01:26 +01:00
Oleg Zhurakousky
b554d52359
GH-986 Fix regression to NOT attempt output conversion of Message<byte[]>
...
Resolves #986
2023-01-17 14:15:34 +01:00
Oleg Zhurakousky
182c488687
polishing previous commit
2023-01-17 11:12:56 +01:00
amond
d8c9b90662
GH-987 feat: propagate aws x-ray tracing header
...
Resolves #987
Resolves #988
2023-01-17 11:12:44 +01:00
Oleg Zhurakousky
13c79f5283
GH-932 Fix registration of AWSTypesMessageConverter for functional spring applications
...
Resolves #932
2022-11-10 12:13:57 +01:00
Oleg Zhurakousky
a2dd8089cc
GH-943 Enhance AWS FunctionInvoker
...
This adds another constructor which allows function.definition to be passed as a constructor argument rather then rely on the property
Resolves #943
2022-11-02 09:36:18 +01:00
Oleg Zhurakousky
6bcc143c2c
GH-929 Ensure AWS Functioininvoker handles Mono<Void> return the same way as imperative Consumer
...
Resolves #929
2022-10-19 10:52:24 +02:00
Oleg Zhurakousky
1edb0ae701
GH-917 Fix regression with sanitizing headers
...
Resolves #917
2022-08-16 16:43:38 +02:00
Oleg Zhurakousky
b72c6d5903
Merge pull request #916 from ivcuello/3.2.x-make-utils-public
...
update on AWSLambdaUtils visibility
2022-08-11 17:11:25 +02:00
ivcuello
25e84cb433
Making class AWSLambdaUtils public so the AWS_CONTEXT constant can be accessed. please see latest comment on #910
2022-08-10 09:54:40 -04:00
Oleg Zhurakousky
cd834fa407
GH-913 Fix AWS Context propagation
...
Resolves #913
2022-08-08 15:14:32 +02:00
Oleg Zhurakousky
6b6ae0ffad
Reworked AWSUtils and related classes to delegate type conversion to AWSTypesMessageConverter
...
Resolves #889
polish
2022-08-03 16:49:21 +02:00
atyamlalithya
0c92ecb498
Update AWSLambdaUtils.java
...
Added this fix to preserve headers from original payload
2022-08-03 15:24:10 +02:00
Maciej Walkowiak
c08cf7ffcb
Fix typo.
...
Fix typo.
2022-07-26 11:50:04 +02:00
Maciej Walkowiak
c5c1c2cd04
Deprecate SpringBootStreamHandler in favor of FunctionInvoker.
...
Resolves #898
2022-07-26 11:46:45 +02:00
Oleg Zhurakousky
8bb5746487
Relax logging in SimpleFunctionRegistry
2022-07-25 15:46:13 +02:00
Oleg Zhurakousky
047c0b1e6d
GH-861 Add constant for aws-context
...
Resolves #861
2022-04-21 13:16:27 +02:00
Oleg Zhurakousky
c58123a211
Polishing previous commit as it's current version breaks the test
2022-04-21 10:19:56 +02:00
Twometer
c38648459c
Fix ClassCastException with Spring Native
2022-04-21 09:10:57 +02:00
rahulmlokurte
3a9ee01da6
Fix #844 issue custom object type conversion is failing, when it has headers as a variable name
...
Resolves #850
2022-04-21 09:04:35 +02:00
Oleg Zhurakousky
6569c0a2e9
GH-841 Add support for propagating errors from AWS Custom Runtime
...
Resolves #841
2022-04-20 19:56:36 +02:00
Twometer
c8a5a722a0
Add support for lambda authorizers
...
Resolves #842
2022-03-29 12:07:31 +02:00
Oleg Zhurakousky
3b4ac78f14
GH-833 Add initial support for AWS APIGatewayCustomAuthorizerEvent
...
Resolves #833
2022-03-23 13:03:08 +01:00
Oleg Zhurakousky
aa53f67b26
GH-784 Modified AWS example to NOT rely on web
...
Resolves #784
2022-01-26 18:26:37 +01:00
Oleg Zhurakousky
5d26534283
GH-785 Ad initial support for ApplicationLoadBalancerRequestEvent in AWS
...
Resolves #785
2022-01-25 18:47:51 +01:00
Oleg Zhurakousky
9474ed1dfd
GH-787 Fix 'body' format in JSON output for AWS responses
...
Resolves #787
2022-01-25 14:00:56 +01:00
Oleg Zhurakousky
2771fe905d
Cleanup version determination in CustomRuntimeEventLoop
2022-01-17 18:06:52 +01:00
Oleg Zhurakousky
ff9cb57741
GH-789 Propagate AWS FunctionInvoker exceptions
...
They will be handled by the AWS runtime and properly reported and recorded.
Resolves #789
2022-01-12 10:44:29 +01:00
Oleg Zhurakousky
4f3cef17be
GH-786 Fix regression with RoutingFunction over AWS APIGateway
...
Resolves #786
2022-01-03 14:42:31 +01:00
Oleg Zhurakousky
18d68c5130
Add additional logging to CustomRuntimeEventLoop
2021-12-06 12:55:42 +01:00
Oleg Zhurakousky
d73056adad
Change format of user agent to be aligned with the original PR from @msailes
2021-11-12 15:23:25 +01:00
Oleg Zhurakousky
dc0c52f488
Modified version determination for user-agent, added test
2021-11-12 12:58:06 +01:00
Mark Sailes
66369af641
Send a user-agent header with requests to the Lambda Runtime API.
...
Adding the author tag.
2021-11-12 12:08:25 +01:00
Oleg Zhurakousky
23cfa01edf
GH-751 Remove commented code
2021-11-02 12:25:28 +01:00
Oleg Zhurakousky
f61739fa08
GH-751 Ensure RoutingFunction can be applied when function input type is AWS type
2021-11-02 12:15:08 +01:00
Oleg Zhurakousky
12cf0d5763
Restructure and simplify AWS Custom Runtime code
...
Add Custom Runtime emulator to simplify integration testing
2021-10-20 17:52:52 +02:00
Oleg Zhurakousky
495b42bbe7
Refactor CustomRuntimeEventLoop in AWS module to ensure it is spring aot native compatible
2021-09-21 16:08:09 +02:00
Oleg Zhurakousky
3b4b7aae5c
GH-743 Remove setting of HTTP 'export' properties for AWS Custom Runtime
...
Resolves #743
2021-09-16 11:27:17 +02:00
Oleg Zhurakousky
334d2d8e8a
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
873860571b
GH-718 Improve support for Function bean definition
...
Added sample for functional bean definition
2021-08-03 13:02:15 +02:00
Oleg Zhurakousky
d9db0af13d
GH-716 Add support for returning custom status code
...
Resolves #716
2021-07-30 12:42:48 +02:00
Oleg Zhurakousky
7e81cdd552
Improve AWSLambdaUtils
2021-07-28 14:56:07 +02:00
Oleg Zhurakousky
dc98f0b49f
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
039387d9c6
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