You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial Java 21 changes
* Updating workflows
* Fixing tests. Commenting out right now "allowAllOutbound" as this should be configured in the provided securityGroups
* Created infrastructure for java21
* Run CDK in java 21 with image `ghcr.io/muhamadto/spring-native-amazonlinux2-builder:21-amazonlinux2`
* Replaced `com.coffeebeans.springnativeawslambda.infra.lambda.CustomRuntime2Function` with `com.coffeebeans.springnativeawslambda.infra.lambda.CustomRuntime2023FunctionJava21` and updated tests.
* `docker-compose.yml` now adopting `apigateway` functions from `ghcr.io/muhamadto/spring-native-amazonlinux2-builder:21-amazonlinux2-awscliv2`. However, the lambda is not loading and need some more work.
* Reinstated `native:compile` in `prepare-package` phase. This is to ensure the `spring-native-aws-lambda-function-native-zip.zip` include would include the `spring-native-aws-lambda-function` native executable.
Signed-off-by: matto <muhamadto@gmail.com>
* Updated README.md
Signed-off-by: matto <muhamadto@gmail.com>
* Fixed apigateway to lambda integration
Signed-off-by: matto <muhamadto@gmail.com>
---------
Signed-off-by: matto <muhamadto@gmail.com>
Co-authored-by: Andres <andresoviedo00@gmail.com>
0 commit comments