Skip to content

Commit

Permalink
Adding more debugging notes
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 30, 2024
1 parent 20dc99f commit 36899f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sam_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ sam build \
--template-file "${PROJECT_DIR}"/template.yaml \
--build-dir "${BUILD_DIR}"

echo "---- CONTENTS OF TEMPLATE FILE ----"
cat "${PROJECT_DIR}"/template.yaml
echo "---- CONTENTS OF BUILD DIRECTORY ----"
ls "${BUILD_DIR}"
echo "---- END ----"

# zip it
(cd "${BUILD_DIR}"/"${RESOURCE_NAME}" && zip "${OUT_FILE}" -X -r ./*)

Expand Down

0 comments on commit 36899f0

Please sign in to comment.