aws-samples / aws-appsync-iot-core-realtime-dashboard

This sample application demonstrates a React based web dashboard receiving real-time updates from IoT sensors. The solution is built with AWS AppSync, AWS Amplify, Amazon Location Service, and AWS IoT Core technologies.
MIT No Attribution
112 stars 31 forks source link

Unrecognised resource types #17

Closed GeorgeBarlow closed 1 year ago

GeorgeBarlow commented 2 years ago

Any reason for this after simply running amplify push after doing amplify init?

? Do you want to update code for your updated GraphQL API Yes
? Do you want to generate GraphQL statements (queries, mutations and subscription) based on your schema types?
This will overwrite your current graphql queries, mutations and subscriptions Yes
⠸ Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS amplify-iotdashboard-testing-221143 AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:32 GMT+0100 (British Summer Time) User Initiated                                                                                                                                                         
CREATE_IN_PROGRESS iotanalyticsbatch                   AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:35 GMT+0100 (British Summer Time)                                                                                                                                                                        
CREATE_IN_PROGRESS geoiotdashboard                     AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:35 GMT+0100 (British Summer Time)                                                                                                                                                                        
CREATE_IN_PROGRESS functionlistsensors                 AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:35 GMT+0100 (British Summer Time)                                                                                                                                                                        
CREATE_IN_PROGRESS functiongetsensor                   AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:35 GMT+0100 (British Summer Time)                                                                                                                                                                        
CREATE_IN_PROGRESS authiotdashboard6b12339b            AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:36 GMT+0100 (British Summer Time)                                                                                                                                                                        
CREATE_IN_PROGRESS UpdateRolesWithIDPFunctionRole      AWS::IAM::Role             Wed Jul 06 2022 22:14:36 GMT+0100 (British Summer Time)                                                                                                                                                                        
CREATE_FAILED      iotanalyticsbatch                   AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:36 GMT+0100 (British Summer Time) Template format error: Unrecognized resource types: [AWS::IoTAnalytics::Datastore, AWS::IoTAnalytics::Channel, AWS::IoTAnalytics::Dataset, AWS::IoTAnalytics::Pipeline]
CREATE_FAILED      geoiotdashboard                     AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:36 GMT+0100 (British Summer Time) Template format error: Unrecognized resource types: [AWS::Location::Map]                                                                                               
CREATE_IN_PROGRESS functionlistsensors                 AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:36 GMT+0100 (British Summer Time) Resource creation Initiated                                                                                                                                            
CREATE_FAILED      functionlistsensors                 AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:37 GMT+0100 (British Summer Time) Resource creation cancelled                                                                                                                                            
CREATE_FAILED      UpdateRolesWithIDPFunctionRole      AWS::IAM::Role             Wed Jul 06 2022 22:14:37 GMT+0100 (British Summer Time) Resource creation cancelled                                                                                                                                            
CREATE_FAILED      functiongetsensor                   AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:37 GMT+0100 (British Summer Time) Resource creation cancelled                                                                                                                                            
CREATE_FAILED      authiotdashboard6b12339b            AWS::CloudFormation::Stack Wed Jul 06 2022 22:14:37 GMT+0100 (British Summer Time) Resource creation cancelled     
GeorgeBarlow commented 2 years ago

Seems to be an issue whereby if you deploy outside of the us regions you get errors.

dave-moser commented 1 year ago

What region are you trying to deploy to?