Delete redundant info

master
Baptiste Bouchereau 2020-02-24 19:27:37 +01:00
rodzic 36f1067830
commit 926b4e05fe
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -31,8 +31,6 @@ cd ..
Wait for set up to be done, then apply the Terraform configuration:
```bash
git clone https://github.com/Ovski4/tutorials.git
cd localstack-part-2
terraform init
terraform plan
terraform apply --auto-approve
@ -46,4 +44,4 @@ aws dynamodb scan --endpoint-url http://localhost:4569 --table-name table_1
aws lambda invoke --function-name counter --endpoint-url=http://localhost:4574 --payload '{"id": "test2"}' output.txt
aws dynamodb scan --endpoint-url http://localhost:4569 --table-name table_1
```
```