GH-1014 Fix CustomRuntimeEventLoop to default to RoutingFunction

Resolves #1014
This commit is contained in:
Oleg Zhurakousky
2023-03-27 18:51:48 +02:00
parent 0ba011a903
commit 4a1bfbc764
11 changed files with 102 additions and 15 deletions

View File

@@ -40,7 +40,4 @@ RUN ln -s /usr/lib/gradle/bin/gradle /usr/bin/gradle
ENV JAVA_HOME /usr/lib/graalvm
ENTRYPOINT ["sh"]
COPY . /home
WORKDIR /home
ENTRYPOINT ["sh"]
WORKDIR /function-sample-aws-native