Skip to content

Commit 2f21d23

Browse files
Remove .bat scripts and rename folder
1 parent 8a3e604 commit 2f21d23

File tree

5 files changed

+1
-29
lines changed

5 files changed

+1
-29
lines changed

data/bat-scripts/seed_local_dynamodb.bat

Lines changed: 0 additions & 14 deletions
This file was deleted.

data/bat-scripts/start_local_dynamodb.bat

Lines changed: 0 additions & 14 deletions
This file was deleted.

data/bash-scripts/start_local_api_gateway_and_lambda.sh renamed to data/scripts/start_local_api_gateway_and_lambda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ ENDPOINT="${BASE_ENDPOINT}/restapis/${API_ID}/${STAGE}/_user_request_/items"
303303

304304
# Save the endpoint to a local environment file
305305
echo "Saving the API endpoint to the local environment file..."
306-
echo "LOCAL_API_ENDPOINT=${ENDPOINT}" >> .local.env
306+
echo "LOCAL_API_ENDPOINT=${ENDPOINT}" > .local.env
307307
echo ${GENERIC_SUCCESS_LOG}
308308

309309
# Output the API endpoint

0 commit comments

Comments
 (0)