You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constant.ts 165B

123456789
  1. export const BedrockRegionList = [
  2. 'us-east-1',
  3. 'us-west-2',
  4. 'ap-southeast-1',
  5. 'ap-northeast-1',
  6. 'eu-central-1',
  7. 'us-gov-west-1',
  8. 'ap-southeast-2',
  9. ];