GH-630, GH-530 Additional improvements in AWS Custom Runtime

Ensured we have Custom Runtime examples for functional and '@Bean' style
Improve AWSLambdaUtils to ensure it works without APIGatewayProxyRequestEvent on classpath
This commit is contained in:
Oleg Zhurakousky
2021-01-22 12:31:31 +01:00
parent a1d10f0771
commit 75112076f7
9 changed files with 71 additions and 104 deletions

View File

@@ -19,6 +19,7 @@
<module>function-sample-pojo</module>
<module>function-sample-aws</module>
<module>function-sample-aws-custom</module>
<module>function-sample-aws-custom-bean</module>
<module>function-sample-supplier-exporter</module>
<module>function-sample-azure</module>
<module>function-sample-spring-integration</module>