Skip to content

Commit

Permalink
refactor: remove lambda rie
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Apr 16, 2024
1 parent 47449d2 commit 0f4e0ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN npm cache clean --force \

# COPY ./entrypoint.sh /entry_script.sh
RUN chmod +x ./entrypoint.sh
ADD aws-lambda-rie /usr/local/bin/aws-lambda-rie
# ADD aws-lambda-rie /usr/local/bin/aws-lambda-rie
ENTRYPOINT [ "./entrypoint.sh", "index.handler" ]

# ENTRYPOINT ["/usr/local/bin/npx", "aws-lambda-ric"]
Expand Down

0 comments on commit 0f4e0ba

Please sign in to comment.