Skip to content

Commit cbf667e

Browse files
committed
1.1.0
1 parent bc88fac commit cbf667e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parameters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Broker } from "./lib/stacks/garnet-constructs/constants"
44

55
export const Parameters = {
66
// GARNET PARAMETERS
7-
aws_region: "eu-west-1", // see regions in which you can deploy Garnet: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vpc-links.html#http-api-vpc-link-availability
7+
aws_region: "us-east-1", // see regions in which you can deploy Garnet: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-vpc-links.html#http-api-vpc-link-availability
88
garnet_broker: Broker.SCORPIO, // DO NOT CHANGE
99
garnet_bucket: `garnet-datalake-${Aws.REGION}-${Aws.ACCOUNT_ID}`, // DO NOT CHANGE
1010
smart_data_model_url : 'https://raw.githubusercontent.com/awslabs/garnet-framework/main/context.jsonld',

0 commit comments

Comments
 (0)