File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11ARG PY_VERSION=3.9
22
3- FROM amazon/aws-lambda-python:$PY_VERSION as install-stage
3+ FROM amazon/aws-lambda-python:$PY_VERSION AS install-stage
44
55# Declare it a second time so it's brought into this scope.
66ARG PY_VERSION=3.9
@@ -25,7 +25,7 @@ COPY src/py$PY_VERSION/ .
2525# underlying pip calls.
2626RUN pipenv sync --system --extra-pip-args="--no-cache-dir --target ${LAMBDA_TASK_ROOT}"
2727
28- FROM amazon/aws-lambda-python:$PY_VERSION as build-stage
28+ FROM amazon/aws-lambda-python:$PY_VERSION AS build-stage
2929
3030# ##
3131# For a list of pre-defined annotation keys and value types see:
Original file line number Diff line number Diff line change 11---
2- version : " 3.2"
3-
42services :
53 build_deployment_package :
64 build : .
You can’t perform that action at this time.
0 commit comments