Skip to content

Commit

Permalink
docs: SAM Terraform support is now GA (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorads authored Sep 19, 2023
1 parent 9acd322 commit 754fa22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,7 @@ module "lambda_function_existing_package_from_remote_url" {

## <a name="sam_cli_integration"></a> How to use AWS SAM CLI to test Lambda Function?
[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
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)
to be updated about the incoming releases, and features included in each release for the Terraform support feature).
applications. SAM CLI tool [supports Terraform applications](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-terraform-support.html).

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

Expand Down

0 comments on commit 754fa22

Please sign in to comment.