Skip to content

Commit 457c48d

Browse files
committed
docs: add note on Bedrock enablement issues
1 parent 6b794c9 commit 457c48d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ There is no cost to enable the models, but you must request access to use them.
8282
Upon request, it may take a few minutes for AWS to enable the model. Once they
8383
are enabled, you will receive an email from AWS confirming the model is enabled.
8484

85+
Some users have reported issues with the enablement process, in which case, make
86+
sure you have sufficient permissions in AWS to enable the models, and you make
87+
need to contact AWS support for assistance.
88+
8589
## 3. Deploy & start developing
8690

8791
Now you are ready to deploy the services. This will deploy all the services
@@ -191,8 +195,8 @@ to host the static website. The wildcard domain name,
191195

192196
**Update serverless-compose.yml**
193197

194-
- Update the `stages.default.customDomainName` to your custom domain name.
195-
- Update the `stages.default.customDomainCertificateARN` to the ARN of the
198+
- Update the `stages.prod.params.customDomainName` to your custom domain name.
199+
- Update the `stages.prod.params.customDomainCertificateARN` to the ARN of the
196200
certificate you created in ACM.
197201

198202
### Create the secret for JWT token authentication
@@ -211,12 +215,11 @@ Systems Manager Parameter Store.
211215

212216
Generate a random secret and store it in the AWS Systems Manager Parameter Store
213217
with a key like `/serverless-ai-service/shared-token`, and set it in the
214-
`sharedTokenSecret` parameter in the `serverless-compose.yml` file:
218+
`stages.prod.params.sharedTokenSecret` parameter in the `serverless-compose.yml`
219+
file:
215220

216221
```
217-
218222
sharedTokenSecret: ${ssm:/serverless-ai-service/shared-token}
219-
220223
```
221224

222225
### Deploy to prod

0 commit comments

Comments
 (0)