Oleg Zhurakousky
536bd3920f
Remove observability
2022-05-03 19:48:16 +02:00
Oleg Zhurakousky
664995d7d1
GH-861 Add constant for aws-context
...
Resolves #861
2022-04-21 13:16:02 +02:00
Oleg Zhurakousky
16d81d7d64
Polishing previous commit as it's current version breaks the test
2022-04-21 10:20:16 +02:00
Twometer
4b8a45c654
Fix ClassCastException with Spring Native
...
Resolves #860
2022-04-21 09:11:35 +02:00
rahulmlokurte
28ffac0fe3
Fix #844 issue custom object type conversion is failing, when it has headers as a variable name
...
Resolves #850
2022-04-21 09:02:40 +02:00
Oleg Zhurakousky
2dfd1f7eae
GH-841 Add support for propagating errors from AWS Custom Runtime
...
Resolves #841
2022-04-20 19:57:25 +02:00
buildmaster
343aac3eff
Going back to snapshots
2022-03-31 17:26:24 +00:00
buildmaster
b1779fe50b
Update SNAPSHOT to 4.0.0-M2
2022-03-31 17:22:24 +00:00
Oleg Zhurakousky
003e1d5ade
GH-833 Add initial support for AWS APIGatewayCustomAuthorizerEvent
...
Resolves #833
2022-03-23 12:54:15 +01:00
Oleg Zhurakousky
8dabf3248e
Merge pull request #827 from Twometer/gh-822-add-support-for-authorizers
...
Add support for lambda authorizers
2022-03-21 14:47:40 +01:00
Oleg Zhurakousky
f2fe3230f6
Polishing previous commit
...
Resolves #831
2022-03-21 14:45:01 +01:00
rahulmlokurte
d8e20e57af
Add ability to extract routing function name using http message headers in aws CustomRuntimeEventLoop
2022-03-21 14:45:01 +01:00
Twometer
c0b8fed7f8
Add support for lambda authorizers
2022-03-14 11:41:23 +01:00
buildmaster
9fcf6f8db8
Going back to snapshots
2022-01-27 13:00:22 +00:00
buildmaster
1c9df288c0
Update SNAPSHOT to 4.0.0-M1
2022-01-27 12:56:33 +00:00
Oleg Zhurakousky
5851f38738
GH-784 Modified AWS example to NOT rely on web
...
Resolves #784
2022-01-26 18:46:26 +01:00
Oleg Zhurakousky
c6bc4f553f
GH-785 Ad initial support for ApplicationLoadBalancerRequestEvent in AWS
...
Resolves #785
2022-01-25 18:47:17 +01:00
Oleg Zhurakousky
7a1f2ecc04
GH-787 Fix 'body' format in JSON output for AWS responses
...
Resolves #787
2022-01-25 13:57:20 +01:00
Oleg Zhurakousky
5074b7eee4
Finish migration to java17, boot 3.0, spring 6
2022-01-14 11:05:58 +01:00
Oleg Zhurakousky
b4293878b4
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:45:13 +01:00
Oleg Zhurakousky
fe060f6a6c
GH-786 Fix regression with RoutingFunction over AWS APIGateway
...
Resolves #786
2022-01-04 11:01:58 +01:00
Oleg Zhurakousky
93ecdb4c6f
Add additional logging to CustomRuntimeEventLoop
2021-12-06 12:56:47 +01:00
Oleg Zhurakousky
3aa37ba197
Change format of user agent to be aligned with the original PR from @msailes
2021-11-12 15:24:06 +01:00
Oleg Zhurakousky
703f82a132
Modified version determination for user-agent, added test
2021-11-12 13:05:52 +01:00
Mark Sailes
24f4699b50
Send a user-agent header with requests to the Lambda Runtime API.
...
Adding the author tag.
2021-11-12 13:05:41 +01:00
Oleg Zhurakousky
47b56ed44e
Initial removal of dependencies on AbstractSpringFunctionAdapterInitializer
2021-11-10 16:02:10 +01:00
Oleg Zhurakousky
db992a9f3e
Remove FunctionInspector
2021-11-10 10:04:00 +01:00
Oleg Zhurakousky
afb06fcc2b
Remove deprecated AWS classes
2021-11-08 18:27:25 +01:00
buildmaster
9c69c333bb
Going back to snapshots
2021-11-03 07:00:01 +00:00
buildmaster
1fa1b57c2c
Update SNAPSHOT to 3.2.0-RC1
2021-11-03 06:56:29 +00: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
buildmaster
598ca3e27c
Going back to snapshots
2021-10-19 08:16:39 +00:00
buildmaster
e497988307
Update SNAPSHOT to 3.2.0-M3
2021-10-19 08:13:10 +00:00
buildmaster
8c92be5a06
Going back to snapshots
2021-10-01 09:42:57 +00:00
buildmaster
0d7fa4fc0a
Update SNAPSHOT to 3.2.0-M2
2021-10-01 09:39:36 +00: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
buildmaster
723f1b8180
Going back to snapshots
2021-07-30 10:58:36 +00:00
buildmaster
fae1e4ab94
Update SNAPSHOT to 3.2.0-M1
2021-07-30 10:55:41 +00: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
e87506bb4e
Revert "Update SNAPSHOT to 3.2.0-M1"
...
This reverts commit 2897285217 .
2021-07-30 12:41:34 +02:00
Oleg Zhurakousky
26ed4cbb25
Revert "Going back to snapshots"
...
This reverts commit c3a556faf6 .
2021-07-30 12:41:23 +02:00
buildmaster
c3a556faf6
Going back to snapshots
2021-07-30 08:15:06 +00:00
buildmaster
2897285217
Update SNAPSHOT to 3.2.0-M1
2021-07-30 08:12:01 +00: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