Skip to content

Commit

Permalink
Add example AWS CLI command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
toricls committed Jun 15, 2021
1 parent c70685a commit a372994
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ aws apprunner create-service --service-name ${SERVICE_NAME} \
--source-configuration file://hello-app-runner.json
```

If you want to deploy and manage this container using AWS CloudFormation just run

```bash
SERVICE_NAME=hello-app-runner

aws cloudformation create-stack --template-body file://cf.yaml --stack-name ${SERVICE_NAME} --parameters "ParameterKey=ServiceName,ParameterValue=${SERVICE_NAME}"
```

## Features

The service exposes a basic splash page with links to relevant App Runner content.
Expand Down

0 comments on commit a372994

Please sign in to comment.