Skip to content

Commit

Permalink
Merge branch 'main' into deprecate-lambda-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Feb 12, 2024
2 parents 201afdb + 683d595 commit 2d7a2ce
Show file tree
Hide file tree
Showing 53 changed files with 3,669 additions and 2,524 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM public.ecr.aws/lambda/python:3.6
EXPOSE 8000
WORKDIR /src
ADD . /src
CMD python3 index.py
FROM public.ecr.aws/docker/library/python:3.12
ADD index.py .
CMD [ "python3", "./index.py" ]
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python
import os
import pprint

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d7a2ce

Please sign in to comment.