File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1616 environment : prod
1717
1818 runs-on : ubuntu-latest
19-
19+ environment : prod
2020 permissions :
2121 id-token : write
2222 contents : read
2828 uses : bruceadams/get-release@74c3d60f5a28f358ccf241a00c9021ea16f0569f
2929 env :
3030 GITHUB_TOKEN : ${{ github.token }}
31-
3231 - name : Configure AWS Credentials
3332 uses : aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838
3433 with :
Original file line number Diff line number Diff line change @@ -52,5 +52,4 @@ RUN PYTHONPATH=${LAMBDA_TASK_ROOT} pytest --cov ${LAMBDA_TASK_ROOT} --cov-report
5252
5353FROM build-python-lambda as runtime-lambda
5454RUN ls -la ${LAMBDA_TASK_ROOT}
55- RUN cat ${LAMBDA_TASK_ROOT}/lambda_handler.py
5655CMD [ "lambda_handler.handler" ]
You can’t perform that action at this time.
0 commit comments