Skip to content

Commit

Permalink
Update example-pattern.json
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 authored Aug 7, 2023
1 parent aa853b1 commit 9170880
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"title": "Accessing AWS Sagemaker Endpoint via API Gateway and Lambda",
"description": "This pattern deploys a Sagemaker Jumpstart model (Flan T5 XL) endpoint. It also adds a lambda and an API Gateway to query the endpoint",
"title": "Accessing Amazon SageMaker Endpoint via API Gateway and Lambda",
"description": "This pattern deploys a SageMaker Jumpstart model (Flan T5 XL) endpoint. It also uses a Lambda function and API Gateway to integrate the endpoint",
"language": "Python",
"level": "300",
"framework": "CDK",
"introBox": {
"headline": "How it works",
"text": [
"This pattern deploys a Sagemaker Jumpstart model (Flan T5 XL from HuggingFace) endpoint using AWS Sagemaker. The model can be changed by modifying the MODEL_ID attribute in app.py file.",
"The pattern also adds a lambda and an API Gateway query the endpoint.",
"The API Gateway is protected using an API Key. To query the Api Gateway, x-api-key header needs to be added to the HTTP request."
"This pattern deploys a Amazon SageMaker Jumpstart model (Flan T5 XL from HuggingFace) endpoint using Amazon SageMaker. The model can be changed by modifying the MODEL_ID attribute in app.py file.",
"The pattern also adds a Lambda function with API Gateway integration to query the endpoint.",
"The API Gateway is protected using an API Key. To query the API Gateway endpoint, x-api-key header needs to be added to the HTTP request."
]
},
"gitHub": {
Expand Down

0 comments on commit 9170880

Please sign in to comment.