Skip to content

Commit 968edd2

Browse files
committed
reruning ci
1 parent 6fb326a commit 968edd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

privatelink/DEVELOPER_README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ From your existing VPC, you will need the following values:
5555
1. From the `privatelink` directory, run the following command to deploy the SAM template:
5656

5757
```
58-
sam deploy --parameter-overrides "VpcId=<VPC_ID> VpcCidrIp=<VPC_CIPR_IP> PrivateSubnetId1=<PRIVATE_SUBNET_ID_1> PrivateSubnetId2=<PRIVATE_SUBNET_ID_2> PrivateRouteTableId1=<PRIVATE_ROUTE_TABLE_ID_1> PrivateRouteTableId2=<PRIVATE_ROUTE_TABLE_ID_2> TimestreamQueryCell=<QUERY_CELL> TimestreamWriteCell=<WRITE_CELL>"
58+
sam deploy --parameter-overrides "VpcId=<VPC_ID> VpcCidrIp=<VPC_CIDR_IP> PrivateSubnetId1=<PRIVATE_SUBNET_ID_1> PrivateSubnetId2=<PRIVATE_SUBNET_ID_2> PrivateRouteTableId1=<PRIVATE_ROUTE_TABLE_ID_1> PrivateRouteTableId2=<PRIVATE_ROUTE_TABLE_ID_2> TimestreamQueryCell=<QUERY_CELL> TimestreamWriteCell=<WRITE_CELL>"
5959
```
6060

6161
To view the full set of `sam deploy` options see the [sam deploy documentation](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-deploy.html).
@@ -137,5 +137,5 @@ To see an example of how Prometheus can be configured, [see here](https://github
137137
Delete the CloudFormation stack. From the `privatelink` directory, run the following command:
138138
139139
```shell
140-
sam delete
140+
sam delete --region <AWS_REGION>
141141
```

0 commit comments

Comments
 (0)