We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3695143 commit e5f9673Copy full SHA for e5f9673
wiremock/Makefile
@@ -42,7 +42,7 @@ sample: ## Deploy sample app
42
echo "Creating stubs in WireMock ..."
43
bin/create-stubs.sh
44
echo "Deploying sample app into LocalStack via Terraform ..."
45
- (cd sample-app; tflocal init; tflocal apply -auto-approve)
+ (cd sample-app-oss; tflocal init; tflocal apply -auto-approve)
46
apiId=$$(awslocal apigateway get-rest-apis | jq -r '.items[0].id'); \
47
endpoint=https://$$apiId.execute-api.us-east-1.localhost.localstack.cloud/dev/time-off; \
48
echo "Invoking local API Gateway endpoint: $$endpoint"; \
wiremock/sample-app/main.tf wiremock/sample-app-oss/main.tfwiremock/sample-app/main.tf renamed to wiremock/sample-app-oss/main.tf
wiremock/sample-app/src/handler.py wiremock/sample-app-oss/src/handler.pywiremock/sample-app/src/handler.py renamed to wiremock/sample-app-oss/src/handler.py
wiremock/sample-app/src/requirements.txt …mock/sample-app-oss/src/requirements.txtwiremock/sample-app/src/requirements.txt renamed to wiremock/sample-app-oss/src/requirements.txt
0 commit comments