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

An AWS AppSync Serverless resolver for the Amazon Aurora relational database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dmennis opened this issue · comments

  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]

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

Fixed and confirmed in the next commit. Thanks!