Skip to content

Commit

Permalink
Update localstack-WIP.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHolman committed Feb 6, 2025
1 parent 370f7f0 commit 527100e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deployment/local/localstack-WIP.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

https://app.localstack.cloud/sign-up

brew install localstack/tap/localstack-cli

npm install -g aws-cdk-local aws-cdk

localstack start

export AWS_DEFAULT_REGION=us-east-1
export AWS_ACCESS_KEY_ID=localstack
export AWS_SECRET_ACCESS_KEY=localstack
Expand All @@ -11,6 +19,8 @@ cdklocal bootstrap aws://000000000000/us-east-1 -c stage=jon-cdk

./run localdeploy-prerequisites

(It seems like the command above may need to be run twice as it fails the first time)

./run localdeploy --stage jon-cdk

Update src/write-ui-env-file.ts with the API gateway URL output from the above deployment without the / at the AWS_ENDPOINT_URL
Expand Down

0 comments on commit 527100e

Please sign in to comment.