amazon-archives / aws-appsync-rds-aurora-sample

An AWS AppSync Serverless resolver for the Amazon Aurora relational database.
MIT No Attribution
133 stars 39 forks source link

1-Click for the us-west-1 has invalid region name and template validation error #1

Closed dmennis closed 6 years ago

dmennis commented 6 years ago
  1. The Launch Stack button and naming is wrong. Not sure if the region is Oregon or not. The short name for US West (Oregon) is us-west-2. It's showing us-west-1 which is US West (California) Region US West (Oregon) Short name: us-west-1

  2. When you select the Launch Stack button for the US West (Oregon) region, you get the following validation error: Template validation error: Template format error: Unrecognized resource types: [AWS::AppSync::GraphQLApi, AWS::AppSync::Resolver, AWS::Cognito::UserPool, AWS::AppSync::DataSource, AWS::AppSync::GraphQLSchema, AWS::Cognito::UserPoolClient]

jbailey2010 commented 6 years ago

Ah, thanks for catching that! Came from a larger table, must've been an error in trimming down. Will fix shortly.

jbailey2010 commented 6 years ago

Fixed and confirmed in the next commit. Thanks!