Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion APIGateway-SQS-ReceiveMessages/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Outputs:
# API Gateway Invoke URL
AppApiEndpoint:
Description: API Endpoint
Value: !Sub https://${AppApi}.execute-api.${AWS::Region}.amazonaws.com/Prod
Value: !Sub https://${AppApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod

QueueName:
Description: SQS Name
Expand Down
2 changes: 1 addition & 1 deletion activemq-lambda-sam-java/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Resources:
Outputs:
ActiveMQWebConsole:
Description: The ActiveMQ web-console host
Value: !Sub 'https://${MyMQBroker}-1.mq.${AWS::Region}.amazonaws.com:8162/admin/index.jsp'
Value: !Sub 'https://${MyMQBroker}-1.mq.${AWS::Region}.${AWS::URLSuffix}:8162/admin/index.jsp'
MyMQMessageHandlerFunction:
Description: The name of the ActiveMQ message handler function
Value: !Ref MyMQMessageHandlerFunction
4 changes: 2 additions & 2 deletions amplify_cognito_apigateway_lambda_envvariables/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Resources:
- Name: user_pools_web_client_id
Value: !Ref rAmplifyCognitoClient
- Name: APIURL
Value: !Sub "https://${myAPI}.execute-api.${AWS::Region}.amazonaws.com/dev"
Value: !Sub "https://${myAPI}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev"
Repository: !Ref AmplifyFrontendRepository
OauthToken: !Ref OauthToken

Expand Down Expand Up @@ -222,6 +222,6 @@ Outputs:

APIurl:
Description: API url
Value: !Sub "https://${myAPI}.execute-api.${AWS::Region}.amazonaws.com/dev"
Value: !Sub "https://${myAPI}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev"
Export:
Name: APIurl
2 changes: 1 addition & 1 deletion apigw-api-key/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Outputs:
# API Gateway endpoint to be used during tests
AppApiEndpoint:
Description: API Endpoint
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.amazonaws.com/Prod"
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod"
2 changes: 1 addition & 1 deletion apigw-appsync-dynamodb-sam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Resources:
Outputs:
ApiGatewayEndpoint:
Description: "HTTP API Gateway endpoint for /restaurant path"
Value: !Sub "https://${HttpApiProxy}.execute-api.${AWS::Region}.amazonaws.com/restaurant"
Value: !Sub "https://${HttpApiProxy}.execute-api.${AWS::Region}.${AWS::URLSuffix}/restaurant"

AppSyncApiKey:
Description: "AppSync API Key"
Expand Down
2 changes: 1 addition & 1 deletion apigw-cache-invalidation-eventbridge/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Resources:
Outputs:
ApiUrl:
Description: "API Gateway endpoint URL for Prod stage"
Value: !Sub "https://${Api}.execute-api.${AWS::Region}.amazonaws.com/Prod/"
Value: !Sub "https://${Api}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod/"

CloudWatchDashboard:
Condition: deployMetricsDashboard
Expand Down
2 changes: 1 addition & 1 deletion apigw-caching-sam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Resources:
Outputs:
CachedApiUrl:
Description: "API Gateway endpoint URL for Prod stage for Hello World function"
Value: !Sub "https://${CachedApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/"
Value: !Sub "https://${CachedApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod/"
2 changes: 1 addition & 1 deletion apigw-client-certificate/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ Outputs:
# API Gateway endpoint to be used during tests
AppApiEndpoint:
Description: API Endpoint
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.amazonaws.com/Prod"
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod"
2 changes: 1 addition & 1 deletion apigw-cloudwatch/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Outputs:
# API endpoint for testing
ApiEndpoint:
Description: API endpoint URL
Value: !Sub https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/Prod
Value: !Sub https://${MyApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod
LogGroupName:
Description: Name of the log group
Value: !Ref MyLogGroup
2 changes: 1 addition & 1 deletion apigw-comprehend/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Outputs:
ComprehendApiEndpoint:
Description: API endpoint URL
Value: !Sub >-
https://${ComprehendApi}.execute-api.${AWS::Region}.amazonaws.com/prod/detectSentiment
https://${ComprehendApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/prod/detectSentiment
2 changes: 1 addition & 1 deletion apigw-custom-resource-policy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Resources:
Outputs:
HelloWorldApi:
Description: "API Gateway endpoint URL for Prod stage for Hello World function"
Value: !Sub "https://${TempApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/"
Value: !Sub "https://${TempApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod/"
2 changes: 1 addition & 1 deletion apigw-data-validation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Resources:
Outputs:
ProcessApi:
Description: "API Gateway endpoint URL for Prod stage"
Value: !Sub "https://${MainApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/"
Value: !Sub "https://${MainApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod/"
2 changes: 1 addition & 1 deletion apigw-ddb-openapi-crud/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Resources:
Outputs:
CrudApiUrl:
Description: "API Gateway endpoint URL for Prod stage for Hello World function"
Value: !Sub "https://${CrudAPI}.execute-api.${AWS::Region}.amazonaws.com/Prod/"
Value: !Sub "https://${CrudAPI}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod/"
2 changes: 1 addition & 1 deletion apigw-direct-s3-lambda-dotnet/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Resources:
- image/jpeg
Outputs:
API:
Value: !Sub https://${RestApi}.execute-api.${AWS::Region}.amazonaws.com/prod/
Value: !Sub https://${RestApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/prod/
Description: API Gateway URL
S3LambdaAuthorizerFunction:
Description: "Lambda authorizer Function used to protect API"
Expand Down
2 changes: 1 addition & 1 deletion apigw-dynamodb-kinesis-lambda/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Outputs:
ApiRootUrl:
Description: Root Url of the API
Value: !Sub
- 'https://${ApiId}.execute-api.${AWS::Region}.amazonaws.com/${StageName}'
- 'https://${ApiId}.execute-api.${AWS::Region}.${AWS::URLSuffix}/${StageName}'
- ApiId: !Ref Api
LambdaFunction:
Description: Lambda Function ARN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ Resources:

Outputs:
apiGatewayInvokeURL:
Value: !Sub https://${APIGateway}.execute-api.${AWS::Region}.amazonaws.com/v1
Value: !Sub https://${APIGateway}.execute-api.${AWS::Region}.${AWS::URLSuffix}/v1
2 changes: 1 addition & 1 deletion apigw-ec2/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,6 @@ Resources:
Outputs:
WebsiteURL:
Value: !Sub
- "curl https://${ApiId}.execute-api.${AWS::Region}.amazonaws.com/v0"
- "curl https://${ApiId}.execute-api.${AWS::Region}.${AWS::URLSuffix}/v0"
- ApiId: !Ref ApiGatewayRestApi
Description: ApiGateway URL
2 changes: 1 addition & 1 deletion apigw-execution-access-logs/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Outputs:
# API endpoint for testing
MyApi:
Description: API endpoint URL
Value: !Sub https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com/prod/
Value: !Sub https://${MyApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/prod/
MyLogGroup:
Description: Name of the log group
Value: !Ref MyLogGroup
2 changes: 1 addition & 1 deletion apigw-http-api-eventbridge-java/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Resources:
Outputs:
ApiEndpoint:
Description: "HTTP API endpoint URL"
Value: !Sub "https://${MyHttpApi}.execute-api.${AWS::Region}.amazonaws.com"
Value: !Sub "https://${MyHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}"
2 changes: 1 addition & 1 deletion apigw-http-api-eventbridge/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Resources:
Outputs:
ApiEndpoint:
Description: "HTTP API endpoint URL"
Value: !Sub "https://${MyHttpApi}.execute-api.${AWS::Region}.amazonaws.com"
Value: !Sub "https://${MyHttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}"
62 changes: 31 additions & 31 deletions apigw-http-api-lambda-dotnet-sam/template.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: This file used ^M newlines, which I converted using dos2unix apigw-http-api-lambda-dotnet-sam/template.yaml

AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
---
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: An AWS Serverless Application that uses the ASP.NET Core framework running in AWS Lambda. (uksb-1tthgi812) (tag:apigw-http-api-lambda-dotnet-sam)

Resources:
AspNetCoreFunction:
Type: AWS::Serverless::Function
Properties:
Handler: HttpApi::HttpApi.LambdaEntryPoint::FunctionHandlerAsync
Runtime: dotnet6
CodeUri: HttpApi/
MemorySize: 256
Timeout: 30
Policies:
- AWSLambda_FullAccess
Events:
ProxyResource:
Type: Api
Properties:
Path: "/{proxy+}"
Method: ANY
RootResource:
Type: Api
Properties:
Path: "/"
Method: ANY
Outputs:
ApiURL:
Description: API endpoint URL for Prod environment
Value:
Fn::Sub: https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/

Resources:
AspNetCoreFunction:
Type: AWS::Serverless::Function
Properties:
Handler: HttpApi::HttpApi.LambdaEntryPoint::FunctionHandlerAsync
Runtime: dotnet6
CodeUri: HttpApi/
MemorySize: 256
Timeout: 30
Policies:
- AWSLambda_FullAccess
Events:
ProxyResource:
Type: Api
Properties:
Path: "/{proxy+}"
Method: ANY
RootResource:
Type: Api
Properties:
Path: "/"
Method: ANY
Outputs:
ApiURL:
Description: API endpoint URL for Prod environment
Value:
Fn::Sub: https://${ServerlessRestApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line contains the only change, replacing amazonaws.com with ${AWS::URLSuffix}

4 changes: 2 additions & 2 deletions apigw-http-api-lambda-rds-proxy-java/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Resources:
Outputs:
ApiBasePath:
Description: "API Gateway endpoint URL"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.amazonaws.com"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}"

RdsProxyApiPath:
Description: "API Gateway endpoint URL for rds proxy function"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.amazonaws.com/"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
4 changes: 2 additions & 2 deletions apigw-http-api-lambda-rds-proxy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Resources:
Outputs:
ApiBasePath:
Description: "API Gateway endpoint URL"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.amazonaws.com"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}"

RdsProxyApiPath:
Description: "API Gateway endpoint URL for rds proxy function"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.amazonaws.com/"
Value: !Sub "https://${HttpApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/"
2 changes: 1 addition & 1 deletion apigw-iam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Outputs:
# API Gateway endpoint to be used during tests
AppApiEndpoint:
Description: API Endpoint
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.amazonaws.com/Prod"
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod"

# IAM username to test an authorized call
AuthorizedUserUsername:
Expand Down
2 changes: 1 addition & 1 deletion apigw-kinesis-lambda-ddb/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ Resources:
Outputs:
RestApiEndpoint:
Description: "Rest API endpoint"
Value: !Sub "https://${RestApi}.execute-api.${AWS::Region}.amazonaws.com"
Value: !Sub "https://${RestApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}"
2 changes: 1 addition & 1 deletion apigw-kinesis-lambda/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Outputs:
ApiRootUrl:
Description: Root Url of the API
Value: !Sub
- 'https://${ApiId}.execute-api.${AWS::Region}.amazonaws.com/dev'
- 'https://${ApiId}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev'
- ApiId: !Ref Api

KinesisStream:
Expand Down
2 changes: 1 addition & 1 deletion apigw-kinesis/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Outputs:
ApiRootUrl:
Description: Root Url of the API
Value: !Sub
- 'https://${ApiId}.execute-api.${AWS::Region}.amazonaws.com/dev'
- 'https://${ApiId}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev'
- ApiId: !Ref Api

KinesisStream:
Expand Down
2 changes: 1 addition & 1 deletion apigw-lambda-authorizer-custom-header/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Outputs:
# API Gateway endpoint to be used during tests
AppApiEndpoint:
Description: API Endpoint
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.amazonaws.com/Prod"
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod"
2 changes: 1 addition & 1 deletion apigw-lambda-authorizer/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Outputs:
# API Gateway endpoint to be used during tests
AppApiEndpoint:
Description: API Endpoint
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.amazonaws.com/Prod"
Value: !Sub "https://${AppApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod"
2 changes: 1 addition & 1 deletion apigw-lambda-bedrock-js-sam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Outputs:
Value: !Ref BedrockLambdaFunction
BedrockRestApi:
Description: "API Gateway endpoint URL for the v1 stage of the Bedrock Rest API"
Value: !Sub "https://${BedrockRestApi}.execute-api.${AWS::Region}.amazonaws.com/v1/bedrock_test"
Value: !Sub "https://${BedrockRestApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/v1/bedrock_test"
2 changes: 1 addition & 1 deletion apigw-lambda-bedrock-sam-java/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ Outputs:
APIGatewayEndpoint:
Description: API Gateway Endpoint
Value:
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.amazonaws.com/dev/invoke
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/invoke
2 changes: 1 addition & 1 deletion apigw-lambda-bedrock-sam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Outputs:
Value: !Ref ContentGenerationLambdaFunction
GenerateContentAPI:
Description: "API Gateway endpoint URL for the dev stage of the Generate Content API"
Value: !Sub "https://${GenerateContentApi}.execute-api.${AWS::Region}.amazonaws.com/dev/generate_content/"
Value: !Sub "https://${GenerateContentApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/generate_content/"
6 changes: 3 additions & 3 deletions apigw-lambda-cognito-sam-java/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@ Outputs:
CreateUserAPIGatewayEndpoint:
Description: Create User API Gateway Endpoint
Value:
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.amazonaws.com/dev/users
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/users

ConfirmUserAPIGatewayEndpoint:
Description: Confirm User API Gateway Endpoint
Value:
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.amazonaws.com/dev/confirm
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/confirm

LoginUserAPIGatewayEndpoint:
Description: Login User API Gateway Endpoint
Value:
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.amazonaws.com/dev/login
Fn::Sub: https://${MyAPIGateway}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/login

MyCognitoUserPoolId:
Description: The ID of the Cognito User Pool
Expand Down
2 changes: 1 addition & 1 deletion apigw-lambda-comprehend-sam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Resources:
Outputs:
SentimentAnalysisAPI:
Description: "API Gateway endpoint URL for the dev stage of the Detect Sentiment API"
Value: !Sub "https://${DetectSentimentApi}.execute-api.${AWS::Region}.amazonaws.com/dev/detect_sentiment/"
Value: !Sub "https://${DetectSentimentApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/detect_sentiment/"
2 changes: 1 addition & 1 deletion apigw-lambda-dynamodb-kinesis-lambda/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ Resources:
Outputs:
EndpointUrl:
Description: 'HTTP REST endpoint URL'
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod'
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod'
2 changes: 1 addition & 1 deletion apigw-lambda-dynamodb-sam-java/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Outputs:
PaymentsEndpoint:
Description: API Gateway Payments Endpoint
Value:
Fn::Sub: https://${ticketAPIGateway}.execute-api.${AWS::Region}.amazonaws.com/dev/ticket
Fn::Sub: https://${ticketAPIGateway}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/ticket
2 changes: 1 addition & 1 deletion apigw-lambda-dynamodb-stream-lambda/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Resources:
Outputs:
EndpointUrl:
Description: 'HTTP REST endpoint URL'
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod'
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod'
2 changes: 1 addition & 1 deletion apigw-lambda-dynamodb/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Resources:
Outputs:
EndpointUrl:
Description: 'HTTP REST endpoint URL'
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod'
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}/Prod'
2 changes: 1 addition & 1 deletion apigw-lambda-healthscribe-sam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Outputs:
Value: !Ref ClinicalNotesGenerationLambdaFunction
GenerateClinicalNotesAPI:
Description: API Gateway endpoint URL for the dev stage of the Generate Content API
Value: !Sub https://${GenerateClinicalNotesAPI}.execute-api.${AWS::Region}.amazonaws.com/dev/generate_clinical_notes/
Value: !Sub https://${GenerateClinicalNotesAPI}.execute-api.${AWS::Region}.${AWS::URLSuffix}/dev/generate_clinical_notes/
TranscribeNotesBucket:
Description: S3 Bucket for storing transcribe notes
Value: !Ref TranscribeNotesBucket
2 changes: 1 addition & 1 deletion apigw-lambda-json-xml-vtl-transformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Resources:
Outputs:
MyApiEndpoint:
Description: "API endpoint"
Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.amazonaws.com"
Value: !Sub "https://${MyApi}.execute-api.${AWS::Region}.${AWS::URLSuffix}"

MyLambdaFunction:
Description: MyLambdaFunction name
Expand Down
Loading