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
This commit is contained in:
Oleg Zhurakousky
2021-07-22 18:57:57 +02:00
parent 7d9e3e31fb
commit dc98f0b49f
5 changed files with 197 additions and 106 deletions

View File

@@ -601,6 +601,7 @@ public class RSocketAutoConfigurationTests {
return v -> v + v;
}
@Bean
public Function<String, String> echo() {
return v -> v;