Skip to content

Commit

Permalink
docs: aws prefix is reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
skierkowski committed Sep 10, 2024
1 parent 503ef9c commit c9b85fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ The `prod` stage uses the `${ssm}` parameter to retrieve the secret from AWS
Systems Manager Parameter Store.

Generate a random secret and store it in the AWS Systems Manager Parameter Store
with a key like `/awsaistack/shared-token`, and set it in the
with a key like `/serverless-ai-service/shared-token`, and set it in the
`sharedTokenSecret` parameter in the `serverless-compose.yml` file:

```
sharedTokenSecret: ${ssm:/awsaistack/shared-token}
sharedTokenSecret: ${ssm:/serverless-ai-service/shared-token}
```

Expand Down

0 comments on commit c9b85fa

Please sign in to comment.