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
added labels, combined commands, moved installation for requirements before adding the src (a93e16f)
create image for "linux/amd64" and "linux/arm64/v8" during development, to make it testable on MacOS (73bde20)
install dependencies from requirements.txt (d16f2c6)
moved everything into "src", split "handler" and "hello_world" into two, added "start.sh", added unit tests, added requirements to handle dependencies (5329d4a)
provide an easy way to run the docker image locally with compose (655eaa7)
removed "linux/arm64/v8" as people should build this locally if they need it (ad30c76)