Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions aws_durable_function_event_forwarder/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ if aws s3api head-object --bucket "$BUCKET" --key "$VERSIONED_KEY" >/dev/null 2>
exit 1
fi

echo "Validating ${TEMPLATE}..."
aws cloudformation validate-template --template-body "file://${TEMPLATE}" > /dev/null

echo "About to publish ${VERSION} to s3://${BUCKET}/${PREFIX}/ (${VERSION}.yaml + latest.yaml)"
if [ "$AUTO_YES" = false ]; then
read -p "Continue (y/n)?" CONT
Expand Down
Loading