@@ -17,19 +17,19 @@ Important: this application uses various AWS services and there are costs associ
1717 ```
1818 git clone https://github.com/aws-samples/serverless-patterns
1919 ```
20- 1 . Change directory to the pattern directory:
20+ 2 . Change directory to the pattern directory:
2121 ```
2222 cd serverless-patterns/vpc-lattice-lambda-tf
2323 ```
24- 1 . From the command line, initialize Terraform to downloads and install the providers defined in the configuration:
24+ 3 . From the command line, initialize Terraform to downloads and install the providers defined in the configuration:
2525 ```
2626 terraform init
2727 ```
28- 1 . From the command line, apply the configuration in the main.tf file:
28+ 4 . From the command line, apply the configuration in the main.tf file:
2929 ```
3030 terraform apply
3131 ```
32- 1 . Note the outputs from the deployment process. These contain the resource names and/or ARNs which are used for testing.
32+ 5 . Note the outputs from the deployment process. These contain the resource names and/or ARNs which are used for testing.
3333
3434## How it works
3535
@@ -59,15 +59,15 @@ Invoke Demo Lambda function using CLI/Console and observe traffice shift from VP
5959 ```
6060 cd vpc-lattice-lambda-tf
6161 ```
62- 1 . Delete all created resources by Terraform
62+ 2 . Delete all created resources by Terraform
6363 ```bash
6464 terraform destroy
6565 ```
66- 1 . Confirm all created resources has been deleted
66+ 3 . Confirm all created resources has been deleted
6767 ```bash
6868 terraform show
6969 ```
7070----
71- Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
71+ Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
7272
73- SPDX-License-Identifier: MIT-0
73+ SPDX-License-Identifier: MIT-0
0 commit comments