Skip to content

Commit 754fa22

Browse files
authored
docs: SAM Terraform support is now GA (#499)
1 parent 9acd322 commit 754fa22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,7 @@ module "lambda_function_existing_package_from_remote_url" {
559559

560560
## <a name="sam_cli_integration"></a> How to use AWS SAM CLI to test Lambda Function?
561561
[AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-command-reference.html) is an open source tool that help the developers to initiate, build, test, and deploy serverless
562-
applications. Currently, SAM CLI tool only supports CFN applications, but SAM CLI team is working on a feature to extend the testing capabilities to support terraform applications (check this [Github issue](https://github.com/aws/aws-sam-cli/issues/3154)
563-
to be updated about the incoming releases, and features included in each release for the Terraform support feature).
562+
applications. SAM CLI tool [supports Terraform applications](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-terraform-support.html).
564563

565564
SAM CLI provides two ways of testing: local testing and testing on-cloud (Accelerate).
566565

0 commit comments

Comments
 (0)