File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 },
55 "customizations" : {
66 "vscode" : {
7+ "settings" : {
8+ "localstack.cli.location" : " /home/codespace/.python/current/bin/localstack"
9+ },
710 "extensions" : [
811 " amazonwebservices.aws-toolkit-vscode" ,
12+ " localstack.localstack" ,
913 " hashicorp.terraform"
1014 ]
1115 },
1519 ]
1620 }
1721 },
18- "postStartCommand" : " echo 'Run ./00-setup/setup.sh to configure your auth token and start LocalStack.' "
22+ "postStartCommand" : " bash ./00-setup/setup.sh"
1923}
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ if [ -n "$TOKEN_URL" ]; then
1313 echo " LOCALSTACK_AUTH_TOKEN=$TOKEN " >> " ${HOME} /.zshrc" 2> /dev/null || true
1414 echo " Token set."
1515elif [ -z " ${LOCALSTACK_AUTH_TOKEN:- } " ]; then
16- echo " No token found. Set LOCALSTACK_AUTH_TOKEN or WORKSHOP_TOKEN_URL."
16+ echo " No token found. Set LOCALSTACK_AUTH_TOKEN or WORKSHOP_TOKEN_URL and re-run this script ."
1717 echo " export LOCALSTACK_AUTH_TOKEN=<your-token>"
18- exit 1
18+ exit 0
1919else
2020 echo " Using existing LOCALSTACK_AUTH_TOKEN."
2121fi
Original file line number Diff line number Diff line change 1- # LocalStack Workshop — AWS Community Day
1+ # LocalStack Workshop
22
33Hands-on workshop: local serverless development with [ LocalStack] ( https://localstack.cloud ) .
44
You can’t perform that action at this time.
0 commit comments