aws-amplify / amplify-cli

The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
Apache License 2.0
2.81k stars 821 forks source link

amplify migration to new CLI from multienv beta fails on amplify push, does not revert cloud resources to previous state #881

Closed ryanhollander closed 5 years ago

ryanhollander commented 5 years ago

Describe the bug upgraded from multienv beta to amplify cli 1.10, amplify push fails:

× An error occured when migrating the API project. Reverting API migration. × An error occurred when pushing the resources to the cloud

ENOENT: no such file or directory, mkdir 'C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api\amplify\backend\api\FrontOfficeDashboardAPI\template\Resources\GraphQLSchema\Properties\ApiId\Fn::GetAtt'

It did not revert, and now my api is missing all resolvers, and 2 of the 3 data sources.

The migration error is: CREATE_FAILED User AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:43 GMT-0500 (Eastern Standard Time) Embedded stack arn:aws:cloudformation:us-east-2:534671212880:stack/dashboardapi-20190124155637-apiFrontOfficeDashboardAPI-10H7F1HOJX3QC-User-1EOFZCJBYTCGI/1b2c7720-30ba-11e9-a546-062853107e54 was not successfully created: The following resource(s) failed to create: [UserDataSource].

The full log:

PS C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api> amplify -v 1.1.0 PS C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api> amplify push

Current Environment: dev

Category Resource name Operation Provider plugin
Api FrontOfficeDashboardAPI Update awscloudformation
Auth FrontOfficeAuth No Change awscloudformation
Hosting S3AndCloudFront No Change awscloudformation

? Are you sure you want to continue? Yes ? The CLI is going to take the following actions during the migration step:

  1. If you have a GraphQL API, we will update the corresponding Cloudformation stack to support larger annotated schemas and custom resolvers. In this process, we will be making Cloudformation API calls to update your GraphQL API Cloudformation stack. This operation will result in deletion of your AppSync resolvers and then the creation of new ones and for a brief while your AppSync API will be unavailable until the migration finishes

  2. We will be updating your local Cloudformation files present inside the ‘amplify/‘ directory of your app project, for the GraphQL API service

  3. If for any reason the migration fails, the CLI will rollback your cloud and local changes and you can take a look at https://aws-amplify.github.io/docs/cli/migrate?sdk=js for manually migrating your project so that it’s compatible with the latest version of the CLI

  4. ALL THE ABOVE MENTIONED OPERATIONS WILL NOT DELETE ANY DATA FROM ANY OF YOUR DATA STORES

Before the migration, please be aware of the following things:

  1. Make sure to have an internet connection through the migration process

  2. Make sure to not exit/terminate the migration process (by interrupting it explicitly in the middle of migration), as this will lead to inconsistency within your project

  3. Make sure to take a backup of your entire project (including the amplify related config files)

Do you want to continue? Yes

Migrating your API. This may take a few minutes. | Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS dashboardapi-20190124155637 AWS::CloudFormation::Stack Thu Feb 14 2019 19:37:56 GMT-0500 (Eastern Standard Time) User Initiated UPDATE_IN_PROGRESS authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:00 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:01 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:01 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:01 GMT-0500 (Eastern Standard Time) / Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:04 GMT-0500 (Eastern Standard Time)

UPDATE_COMPLETE apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:05 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE_CLEANUP_IN_PROGRESS dashboardapi-20190124155637 AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:07 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:08 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:08 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:08 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:09 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:09 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:10 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE dashboardapi-20190124155637 AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:10 GMT-0500 (Eastern Standard Time)

GraphQL schema compiled successfully. Edit your schema at C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api\amplify\backend\api\FrontOfficeDashboardAPI/schema.graphql or place .graphql files in a directory at C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api\amplify\backend\api\FrontOfficeDashboardAPI/schema / Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS dashboardapi-20190124155637 AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:44 GMT-0500 (Eastern Standard Time) User Initiated UPDATE_IN_PROGRESS hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:48 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:48 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:48 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:49 GMT-0500 (Eastern Standard Time)

UPDATE_IN_PROGRESS apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:52 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS dashboardapi-20190124155637-apiFrontOfficeDashboardAPI-10H7F1HOJX3QC AWS::CloudFormation::Stack Thu Feb 14 2019 19:38:52 GMT-0500 (Eastern Standard Time) User Initiated / Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS GraphQLSchema AWS::AppSync::GraphQLSchema Thu Feb 14 2019 19:38:59 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE GraphQLSchema AWS::AppSync::GraphQLSchema Thu Feb 14 2019 19:39:02 GMT-0500 (Eastern Standard Time) CREATE_IN_PROGRESS Company AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:05 GMT-0500 (Eastern Standard Time) CREATE_IN_PROGRESS Property AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:05 GMT-0500 (Eastern Standard Time) CREATE_IN_PROGRESS Company AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:06 GMT-0500 (Eastern Standard Time) Resource creation Initiated CREATE_IN_PROGRESS Property AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:06 GMT-0500 (Eastern Standard Time) Resource creation Initiated CREATE_IN_PROGRESS User AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:08 GMT-0500 (Eastern Standard Time) CREATE_IN_PROGRESS User AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:09 GMT-0500 (Eastern Standard Time) Resource creation Initiated | Updating resources in the cloud. This may take a few minutes...

CREATE_FAILED User AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:43 GMT-0500 (Eastern Standard Time) Embedded stack arn:aws:cloudformation:us-east-2:534671212880:stack/dashboardapi-20190124155637-apiFrontOfficeDashboardAPI-10H7F1HOJX3QC-User-1EOFZCJBYTCGI/1b2c7720-30ba-11e9-a546-062853107e54 was not successfully created: The following resource(s) failed to create: [UserDataSource]. CREATE_FAILED Property AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:43 GMT-0500 (Eastern Standard Time) Resource creation cancelled CREATE_FAILED Company AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:43 GMT-0500 (Eastern Standard Time) Resource creation cancelled UPDATE_ROLLBACK_IN_PROGRESS dashboardapi-20190124155637-apiFrontOfficeDashboardAPI-10H7F1HOJX3QC AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:44 GMT-0500 (Eastern Standard Time) The following resource(s) failed to create: [Property, Company, User]. UPDATE_FAILED apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:54 GMT-0500 (Eastern Standard Time) Embedded stack arn:aws:cloudformation:us-east-2:534671212880:stack/dashboardapi-20190124155637-apiFrontOfficeDashboardAPI-10H7F1HOJX3QC/a9c3ad50-201b-11e9-8e7f-0285144e27ac was not successfully updated. Currently in UPDATE_ROLLBACK_IN_PROGRESS with reason: The following resource(s) failed to create: [Property, Company, User]. | Updating resources in the cloud. This may take a few minutes...

UPDATE_ROLLBACK_IN_PROGRESS dashboardapi-20190124155637 AWS::CloudFormation::Stack Thu Feb 14 2019 19:39:54 GMT-0500 (Eastern Standard Time) The following resource(s) failed to update: [apiFrontOfficeDashboardAPI]. | Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:40:20 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:40:21 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:40:21 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:40:21 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:40:22 GMT-0500 (Eastern Standard Time) / Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS GraphQLSchema AWS::AppSync::GraphQLSchema Thu Feb 14 2019 19:40:51 GMT-0500 (Eastern Standard Time)

UPDATE_COMPLETE GraphQLSchema AWS::AppSync::GraphQLSchema Thu Feb 14 2019 19:41:04 GMT-0500 (Eastern Standard Time) | Updating resources in the cloud. This may take a few minutes...

UPDATE_COMPLETE apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:11 GMT-0500 (Eastern Standard Time) UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS dashboardapi-20190124155637 AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:11 GMT-0500 (Eastern Standard Time) \ Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:14 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:14 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE hostingS3AndCloudFront AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:14 GMT-0500 (Eastern Standard Time)

UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS dashboardapi-20190124155637-apiFrontOfficeDashboardAPI-10H7F1HOJX3QC AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:05 GMT-0500 (Eastern Standard Time) DELETE_IN_PROGRESS User AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:16 GMT-0500 (Eastern Standard Time) DELETE_IN_PROGRESS Company AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:16 GMT-0500 (Eastern Standard Time) DELETE_IN_PROGRESS Property AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:16 GMT-0500 (Eastern Standard Time) \ Updating resources in the cloud. This may take a few minutes...

DELETE_COMPLETE User AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:26 GMT-0500 (Eastern Standard Time) DELETE_COMPLETE Company AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:27 GMT-0500 (Eastern Standard Time) DELETE_COMPLETE Property AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:38 GMT-0500 (Eastern Standard Time) UPDATE_ROLLBACK_COMPLETE dashboardapi-20190124155637-apiFrontOfficeDashboardAPI-10H7F1HOJX3QC AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:38 GMT-0500 (Eastern Standard Time) / Updating resources in the cloud. This may take a few minutes...

UPDATE_COMPLETE apiFrontOfficeDashboardAPI AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:48 GMT-0500 (Eastern Standard Time) UPDATE_IN_PROGRESS authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:49 GMT-0500 (Eastern Standard Time) UPDATE_COMPLETE authFrontOfficeAuth AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:49 GMT-0500 (Eastern Standard Time) UPDATE_ROLLBACK_COMPLETE dashboardapi-20190124155637 AWS::CloudFormation::Stack Thu Feb 14 2019 19:41:50 GMT-0500 (Eastern Standard Time) \ Updating resources in the cloud. This may take a few minutes...Error updating cloudformation stack × An error occured when migrating the API project. Reverting API migration. × An error occurred when pushing the resources to the cloud

ENOENT: no such file or directory, mkdir 'C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api\amplify\backend\api\FrontOfficeDashboardAPI\template\Resources\GraphQLSchema\Properties\ApiId\Fn::GetAtt'

To Reproduce amplify push

Expected behavior the api publishes correctly or reverts completely.

Please address urgently, this issue is now blocking my development. Thanks!

kaustavghosh06 commented 5 years ago

@ryanhollander Are you using a windows system? WSL?

brianhilst commented 5 years ago

I had similar results going from the last 0.2.1 multienv beta to the 1.1.1 release. It deleted all the DynamoDB tables and the AppSync API. It left Cognito, Lambda, API Gateway, and Pinpoint resources in place. Here is the console output:

$ amplify push

Current Environment: brian

| Category  | Resource name        | Operation | Provider plugin   |
| --------- | -------------------- | --------- | ----------------- |
| Function  | SnapGigBillingLambda | Update    | awscloudformation |
| Auth      | SnapGig              | No Change | awscloudformation |
| Analytics | SnapGig              | No Change | awscloudformation |
| Api       | SnapGig              | No Change | awscloudformation |
| Api       | SnapGigEmailAPI      | No Change | awscloudformation |
| Api       | SnapGigBillingAPI    | No Change | awscloudformation |
| Function  | SnapGigEmailLambda   | No Change | awscloudformation |
| Storage   | SnapGigContent       | No Change | awscloudformation |
? Are you sure you want to continue? Yes
⠹ Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS snapgig-20190206144533       AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:43 GMT-0800 (Pacific Standard Time) User Initiated
UPDATE_IN_PROGRESS storageSnapGigContent        AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:47 GMT-0800 (Pacific Standard Time)               
UPDATE_IN_PROGRESS functionSnapGigBillingLambda AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:47 GMT-0800 (Pacific Standard Time)               
UPDATE_IN_PROGRESS analyticsSnapGig             AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:48 GMT-0800 (Pacific Standard Time)               
UPDATE_IN_PROGRESS functionSnapGigEmailLambda   AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:48 GMT-0800 (Pacific Standard Time)               
UPDATE_COMPLETE    storageSnapGigContent        AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:48 GMT-0800 (Pacific Standard Time)               
UPDATE_COMPLETE    analyticsSnapGig             AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:48 GMT-0800 (Pacific Standard Time)               
UPDATE_COMPLETE    functionSnapGigEmailLambda   AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:48 GMT-0800 (Pacific Standard Time)               
UPDATE_IN_PROGRESS authSnapGig                  AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:48 GMT-0800 (Pacific Standard Time)               
UPDATE_COMPLETE    authSnapGig                  AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:49 GMT-0800 (Pacific Standard Time)               
⠧ Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS snapgig-20190206144533-functionSnapGigBillingLambda-PUMMHLNJZDR7 AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:48 GMT-0800 (Pacific Standard Time) User Initiated
⠏ Updating resources in the cloud. This may take a few minutes...

UPDATE_IN_PROGRESS apiSnapGigEmailAPI AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:51 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    apiSnapGigEmailAPI AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:52 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS LambdaFunction     AWS::Lambda::Function      Thu Feb 14 2019 17:49:53 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    LambdaFunction     AWS::Lambda::Function      Thu Feb 14 2019 17:49:53 GMT-0800 (Pacific Standard Time) 
⠸ Updating resources in the cloud. This may take a few minutes...

UPDATE_COMPLETE    functionSnapGigBillingLambda AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:59 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS apiSnapGigBillingAPI         AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:03 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    apiSnapGigBillingAPI         AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:04 GMT-0800 (Pacific Standard Time) 
⠏ Updating resources in the cloud. This may take a few minutes...

DELETE_IN_PROGRESS                  apiSnapGig                                                       AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS snapgig-20190206144533-functionSnapGigBillingLambda-PUMMHLNJZDR7 AWS::CloudFormation::Stack Thu Feb 14 2019 17:49:59 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS                  authSnapGig                                                      AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE                     authSnapGig                                                      AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE                     apiSnapGigBillingAPI                                             AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE                     analyticsSnapGig                                                 AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS                  storageSnapGigContent                                            AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS snapgig-20190206144533                                           AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:07 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE                     apiSnapGigEmailAPI                                               AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS                  analyticsSnapGig                                                 AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS                  apiSnapGigBillingAPI                                             AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS                  apiSnapGigEmailAPI                                               AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE                     storageSnapGigContent                                            AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:09 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS                  functionSnapGigBillingLambda                                     AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:10 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE                     snapgig-20190206144533-functionSnapGigBillingLambda-PUMMHLNJZDR7 AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:11 GMT-0800 (Pacific Standard Time) 
⠸ Updating resources in the cloud. This may take a few minutes...

DELETE_IN_PROGRESS DeleteChatMessageResolver         AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetPlanSubscriptionResolver       AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateChatMessageResolver         AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    UpdatePlanSubscriptionResolver    AWS::AppSync::Resolver Thu Feb 14 2019 17:50:17 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    UserproviderGigsResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:17 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    UpdateServiceGroupMemberResolver  AWS::AppSync::Resolver Thu Feb 14 2019 17:50:17 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    UserprofilesResolver              AWS::AppSync::Resolver Thu Feb 14 2019 17:50:17 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    DeleteChatMessageResolver         AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    DeleteChatMemberResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ListUserAliasResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    CreateUserAliasResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ServiceGroupservicesResolver      AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    CreateServiceGroupResolver        AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    DeleteChatResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ListChatMemberResolver            AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ServicegroupsResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    GetGigResolver                    AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    DeleteServiceGroupMemberResolver  AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    GetPlanSubscriptionResolver       AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ChatMessagechatResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    UpdateServiceResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    UseraliasesResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:16 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ServiceGroupMembergroupResolver   AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateUserResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatmessagesResolver              AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatmembersResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ProfileuserResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteServiceResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListServiceGroupMemberResolver    AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetServiceGroupResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListGigResolver                   AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateProfileResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateUserAliasResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UsercustomerGigsResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS PlanSubscriptionuserResolver      AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetUserAliasResolver              AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListProfileResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateServiceGroupMemberResolver  AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListUserResolver                  AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListServiceGroupResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetChatMessageResolver            AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetServiceGroupMemberResolver     AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateUserResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UserAliasuserResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateChatResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateGigResolver                 AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateServiceResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatMemberchatResolver            AWS::AppSync::Resolver Thu Feb 14 2019 17:50:15 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceprofilesResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateServiceGroupResolver        AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceGroupMembergroupResolver   AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ChatMemberuserResolver            AWS::AppSync::Resolver Thu Feb 14 2019 17:50:17 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListChatMessageResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreatePlanSubscriptionResolver    AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteProfileResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeletePlanSubscriptionResolver    AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteServiceGroupResolver        AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateChatMessageResolver         AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GraphQLAPIKey                     AWS::AppSync::ApiKey   Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteChatMemberResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GigcustomerResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ProfileserviceResolver            AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatMemberotherUserResolver       AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteGigResolver                 AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListPlanSubscriptionResolver      AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetProfileResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateServiceGroupMemberResolver  AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateProfileResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateChatMemberResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListServiceResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetUserResolver                   AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GigproviderResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetChatMemberResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateChatMemberResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateUserAliasResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteUserAliasResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteChatResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UserprofilesResolver              AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListUserAliasResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteUserResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetChatResolver                   AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS DeleteServiceGroupMemberResolver  AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UserproviderGigsResolver          AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListChatResolver                  AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UserchatMembersResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceGroupMemberserviceResolver AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetServiceResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateGigResolver                 AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdateChatResolver                AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UserplanSubscriptionsResolver     AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UseraliasesResolver               AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS CreateServiceGroupResolver        AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GetGigResolver                    AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceGroupservicesResolver      AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatMessagechatResolver           AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServicegroupsResolver             AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ListChatMemberResolver            AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UpdatePlanSubscriptionResolver    AWS::AppSync::Resolver Thu Feb 14 2019 17:50:14 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ListPlanSubscriptionResolver      AWS::AppSync::Resolver Thu Feb 14 2019 17:50:17 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    DeleteGigResolver                 AWS::AppSync::Resolver Thu Feb 14 2019 17:50:18 GMT-0800 (Pacific Standard Time) 
⠦ Updating resources in the cloud. This may take a few minutes...

UPDATE_COMPLETE    functionSnapGigBillingLambda AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:21 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS functionSnapGigEmailLambda   AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    functionSnapGigEmailLambda   AWS::CloudFormation::Stack Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time) 
⠙ Updating resources in the cloud. This may take a few minutes...

DELETE_COMPLETE    UpdateUserResolver                AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UpdateGigResolver                 AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:18 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetServiceGroupResolver           AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UserIAMRole                       AWS::IAM::Role           Thu Feb 14 2019 17:50:32 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GigDataSource                     AWS::AppSync::DataSource Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_FAILED      ProfileDataSource                 AWS::AppSync::DataSource Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time) Resolver for type Query and field listProfilesForServiceGeoHash associated with data source (Service: AWSAppSync; Status Code: 400; Error Code: BadRequestException; Request ID: 132b2aee-30c4-11e9-8e74-0dd03776aae4)
DELETE_IN_PROGRESS ChatIAMRole                       AWS::IAM::Role           Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ChatMemberDataSource              AWS::AppSync::DataSource Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS UserAliasIAMRole                  AWS::IAM::Role           Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateChatMessageResolver         AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ServiceGroupDataSource            AWS::AppSync::DataSource Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS UserIAMRole                       AWS::IAM::Role           Thu Feb 14 2019 17:50:30 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ServiceGroupMemberDataSource      AWS::AppSync::DataSource Thu Feb 14 2019 17:50:30 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ChatDataSource                    AWS::AppSync::DataSource Thu Feb 14 2019 17:50:29 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UserAliasDataSource               AWS::AppSync::DataSource Thu Feb 14 2019 17:50:29 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UserDataSource                    AWS::AppSync::DataSource Thu Feb 14 2019 17:50:29 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS GigDataSource                     AWS::AppSync::DataSource Thu Feb 14 2019 17:50:29 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ProfileDataSource                 AWS::AppSync::DataSource Thu Feb 14 2019 17:50:28 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ChatMemberDataSource              AWS::AppSync::DataSource Thu Feb 14 2019 17:50:28 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ServiceGroupDataSource            AWS::AppSync::DataSource Thu Feb 14 2019 17:50:28 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetServiceResolver                AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:28 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateGigResolver                 AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:27 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS PlanSubscriptionDataSource        AWS::AppSync::DataSource Thu Feb 14 2019 17:50:27 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ServiceGroupMemberDataSource      AWS::AppSync::DataSource Thu Feb 14 2019 17:50:27 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    DeleteProfileResolver             AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:27 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UserchatMembersResolver           AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:27 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UpdateServiceGroupResolver        AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:27 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS UserDataSource                    AWS::AppSync::DataSource Thu Feb 14 2019 17:50:26 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ChatDataSource                    AWS::AppSync::DataSource Thu Feb 14 2019 17:50:26 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ServiceprofilesResolver           AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:26 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UserplanSubscriptionsResolver     AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:26 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetChatMessageResolver            AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:26 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS UserAliasDataSource               AWS::AppSync::DataSource Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetProfileResolver                AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetServiceGroupMemberResolver     AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ListUserResolver                  AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UserAliasuserResolver             AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetChatResolver                   AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ServiceGroupMemberserviceResolver AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:25 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UpdateChatMemberResolver          AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:18 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ServiceGroupMemberIAMRole         AWS::IAM::Role           Thu Feb 14 2019 17:50:31 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ChatmessagesResolver              AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ChatmembersResolver               AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ChatMemberchatResolver            AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetUserAliasResolver              AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    PlanSubscriptionuserResolver      AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UpdateUserAliasResolver           AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateServiceResolver             AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateProfileResolver             AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    DeleteServiceResolver             AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ListProfileResolver               AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetUserResolver                   AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateServiceGroupMemberResolver  AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    DeleteUserResolver                AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GigproviderResolver               AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ProfileserviceResolver            AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:24 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UpdateProfileResolver             AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ListGigResolver                   AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    DeleteUserAliasResolver           AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ListServiceGroupMemberResolver    AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateUserResolver                AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ListServiceGroupResolver          AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GigcustomerResolver               AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    DeleteServiceGroupResolver        AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreatePlanSubscriptionResolver    AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    DeletePlanSubscriptionResolver    AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ListChatMessageResolver           AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:23 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ChatMemberotherUserResolver       AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateChatResolver                AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ProfileuserResolver               AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    ListChatResolver                  AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UpdateChatMessageResolver         AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GraphQLAPIKey                     AWS::AppSync::ApiKey     Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    GetChatMemberResolver             AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UsercustomerGigsResolver          AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:22 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    CreateChatMemberResolver          AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:19 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_COMPLETE    UpdateChatResolver                AWS::AppSync::Resolver   Thu Feb 14 2019 17:50:19 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ServiceGroupIAMRole               AWS::IAM::Role           Thu Feb 14 2019 17:50:32 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
DELETE_IN_PROGRESS ChatMessageDataSource             AWS::AppSync::DataSource Thu Feb 14 2019 17:50:32 GMT-0800 (Pacific Standard Time)                                                                                                                                                                                                                       
⠇ Updating resources in the cloud. This may take a few minutes...

DELETE_COMPLETE    PlanSubscriptionDataSource AWS::AppSync::DataSource    Thu Feb 14 2019 17:50:35 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    UserAliasIAMRole           AWS::IAM::Role              Thu Feb 14 2019 17:50:32 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceGroupTable          AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:35 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceIAMRole             AWS::IAM::Role              Thu Feb 14 2019 17:50:41 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ServiceDataSource          AWS::AppSync::DataSource    Thu Feb 14 2019 17:50:40 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    GraphQLSchema              AWS::AppSync::GraphQLSchema Thu Feb 14 2019 17:50:39 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatMessageTable           AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:39 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    PlanSubscriptionIAMRole    AWS::IAM::Role              Thu Feb 14 2019 17:50:38 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ChatMessageIAMRole         AWS::IAM::Role              Thu Feb 14 2019 17:50:37 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GraphQLSchema              AWS::AppSync::GraphQLSchema Thu Feb 14 2019 17:50:37 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceDataSource          AWS::AppSync::DataSource    Thu Feb 14 2019 17:50:37 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS PlanSubscriptionIAMRole    AWS::IAM::Role              Thu Feb 14 2019 17:50:37 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ProfileTable               AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:36 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatMessageIAMRole         AWS::IAM::Role              Thu Feb 14 2019 17:50:36 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GigTable                   AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:35 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ListServiceResolver        AWS::AppSync::Resolver      Thu Feb 14 2019 17:50:35 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatMemberTable            AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:35 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatMemberIAMRole          AWS::IAM::Role              Thu Feb 14 2019 17:50:32 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS PlanSubscriptionTable      AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:40 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceGroupMemberTable    AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:35 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ProfileIAMRole             AWS::IAM::Role              Thu Feb 14 2019 17:50:34 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ChatMessageDataSource      AWS::AppSync::DataSource    Thu Feb 14 2019 17:50:34 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    GigIAMRole                 AWS::IAM::Role              Thu Feb 14 2019 17:50:34 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ChatTable                  AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:34 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ChatMemberIAMRole          AWS::IAM::Role              Thu Feb 14 2019 17:50:34 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UserAliasTable             AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:33 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS UserTable                  AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:33 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ServiceGroupIAMRole        AWS::IAM::Role              Thu Feb 14 2019 17:50:33 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ServiceGroupMemberIAMRole  AWS::IAM::Role              Thu Feb 14 2019 17:50:33 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ProfileIAMRole             AWS::IAM::Role              Thu Feb 14 2019 17:50:33 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS GigIAMRole                 AWS::IAM::Role              Thu Feb 14 2019 17:50:33 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ChatIAMRole                AWS::IAM::Role              Thu Feb 14 2019 17:50:32 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE    ServiceIAMRole             AWS::IAM::Role              Thu Feb 14 2019 17:50:43 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS ServiceTable               AWS::DynamoDB::Table        Thu Feb 14 2019 17:50:44 GMT-0800 (Pacific Standard Time) 
⠸ Updating resources in the cloud. This may take a few minutes...

DELETE_COMPLETE UserTable               AWS::DynamoDB::Table Thu Feb 14 2019 17:51:04 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE UserAliasTable          AWS::DynamoDB::Table Thu Feb 14 2019 17:51:05 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE ChatTable               AWS::DynamoDB::Table Thu Feb 14 2019 17:51:05 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE ServiceGroupMemberTable AWS::DynamoDB::Table Thu Feb 14 2019 17:51:05 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE ServiceGroupTable       AWS::DynamoDB::Table Thu Feb 14 2019 17:51:06 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE ChatMemberTable         AWS::DynamoDB::Table Thu Feb 14 2019 17:51:06 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE GigTable                AWS::DynamoDB::Table Thu Feb 14 2019 17:51:06 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE ProfileTable            AWS::DynamoDB::Table Thu Feb 14 2019 17:51:07 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE ChatMessageTable        AWS::DynamoDB::Table Thu Feb 14 2019 17:51:09 GMT-0800 (Pacific Standard Time) 
DELETE_COMPLETE PlanSubscriptionTable   AWS::DynamoDB::Table Thu Feb 14 2019 17:51:10 GMT-0800 (Pacific Standard Time) 
⠸ Updating resources in the cloud. This may take a few minutes...

DELETE_COMPLETE    ServiceTable                                    AWS::DynamoDB::Table       Thu Feb 14 2019 17:51:15 GMT-0800 (Pacific Standard Time)                                                                 
DELETE_IN_PROGRESS GraphQLAPI                                      AWS::AppSync::GraphQLApi   Thu Feb 14 2019 17:51:16 GMT-0800 (Pacific Standard Time)                                                                 
DELETE_COMPLETE    GraphQLAPI                                      AWS::AppSync::GraphQLApi   Thu Feb 14 2019 17:51:18 GMT-0800 (Pacific Standard Time)                                                                 
DELETE_FAILED      snapgig-20190206144533-apiSnapGig-1VMNT83Y030X0 AWS::CloudFormation::Stack Thu Feb 14 2019 17:51:19 GMT-0800 (Pacific Standard Time) The following resource(s) failed to delete: [ProfileDataSource].
⠧ Updating resources in the cloud. This may take a few minutes...

DELETE_FAILED apiSnapGig AWS::CloudFormation::Stack Thu Feb 14 2019 17:51:28 GMT-0800 (Pacific Standard Time) Embedded stack arn:aws:cloudformation:us-west-2:958317837409:stack/snapgig-20190206144533-apiSnapGig-1VMNT83Y030X0/1d7613f0-2a62-11e9-9441-02f7a30bb7a6 was not successfully deleted: The following resource(s) failed to delete: [ProfileDataSource].
⠙ Updating resources in the cloud. This may take a few minutes...

UPDATE_COMPLETE    storageSnapGigContent        AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS authSnapGig                  AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS apiSnapGigEmailAPI           AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS functionSnapGigEmailLambda   AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:32 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    apiSnapGigBillingAPI         AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:31 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    apiSnapGigEmailAPI           AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:31 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    analyticsSnapGig             AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS analyticsSnapGig             AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS functionSnapGigBillingLambda AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:32 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS apiSnapGigBillingAPI         AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    authSnapGig                  AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
DELETE_IN_PROGRESS apiSnapGig                   AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_IN_PROGRESS storageSnapGigContent        AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:30 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    functionSnapGigEmailLambda   AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:32 GMT-0800 (Pacific Standard Time) 
UPDATE_COMPLETE    functionSnapGigBillingLambda AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:32 GMT-0800 (Pacific Standard Time) 
⠧ Updating resources in the cloud. This may take a few minutes...

DELETE_IN_PROGRESS snapgig-20190206144533-apiSnapGig-1VMNT83Y030X0 AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:31 GMT-0800 (Pacific Standard Time) User Initiated
DELETE_IN_PROGRESS ProfileDataSource                               AWS::AppSync::DataSource   Thu Feb 14 2019 17:54:34 GMT-0800 (Pacific Standard Time)               
DELETE_COMPLETE    ProfileDataSource                               AWS::AppSync::DataSource   Thu Feb 14 2019 17:54:36 GMT-0800 (Pacific Standard Time)               
DELETE_COMPLETE    snapgig-20190206144533-apiSnapGig-1VMNT83Y030X0 AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:36 GMT-0800 (Pacific Standard Time)               
DELETE_COMPLETE    apiSnapGig                                      AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:41 GMT-0800 (Pacific Standard Time)               
UPDATE_COMPLETE    snapgig-20190206144533                          AWS::CloudFormation::Stack Thu Feb 14 2019 17:54:42 GMT-0800 (Pacific Standard Time)               
✔ All resources are updated in the cloud
rayjanwilson commented 5 years ago

No os x

On Thu, Feb 14, 2019 at 8:44 PM Kaustav Ghosh notifications@github.com wrote:

@rayjanwilson https://github.com/rayjanwilson Are you using a windows system? WSL?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aws-amplify/amplify-cli/issues/881#issuecomment-463874415, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOlMbFspjCcl2P2vM0j09wqC881jjKTks5vNhDpgaJpZM4a8xFY .

kaustavghosh06 commented 5 years ago

@brianhilst The above operation doesn't seem like a migration issue. Did you remove and add an API?

kaustavghosh06 commented 5 years ago

@brianhilst Could you please tell me the steps you took. I'll try to reproduce this on my end.

brianhilst commented 5 years ago

@kaustavghosh06 I started with a working amplify env using the 0.2.1 multienv beta, installed the 1.1.1 @amplify/cli, and tried amplify push. The output is above. I was just trying to see if the new version was backward compatible. This was a just a working env, so no big loss, but we are hoping to use the new ability for custom resolvers on our main dev branch. We're still in pre-release mode and don't have any data we can't loose, but this doesn't inspire confidence as we're planning to launch on March 1st.

It was a fairly complex environment as you can see from the list of resources.

ryanhollander commented 5 years ago

@kaustavghosh06 yes, windows 10

ryanhollander commented 5 years ago

@kaustavghosh06 to be clear only the appsync resolvers were affected, the dynamodb tables are intact.

ryanhollander commented 5 years ago

@kaustavghosh06 also, in case this makes a difference. I'm running the CLI via Powershell and I had previously migrated this project from the base cli to the multienv beta using the automated migration.

kaustavghosh06 commented 5 years ago

@ryanhollander Did you take a backup of your project before migrating? If you, could you replace the amplify/backend/api// directory with the same directory you have in your back up and then run amplify api gql-compile with version 1.1.0 and tell me the logs?

ryanhollander commented 5 years ago

@kaustavghosh06 Yes, I have a backup. I'll do that and post the logs here, thanks.

ryanhollander commented 5 years ago

@kaustavghosh06 This is the result:

GraphQL schema compiled successfully. Edit your schema at C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api\amplify\backend\api\FrontOfficeDashboardAPI/schema.graphql or place .graphql files in a directory at C:\Users\Ryan\workspace\voiced\front-office\dashboard\dashboard-api\amplify\backend\api\FrontOfficeDashboardAPI/schema

I see in the AppSync console there is a "UserTable" data source hanging around. If I remove this do you think the push will proceed? Looks like that's where the script gets hung up.

ryanhollander commented 5 years ago

@kaustavghosh06 I got a little impatient and decided to try removing the lone data source. I restored the backup again, ran amplify push, and migration succeeded! Unfortunately, I didn't record the logging from the first migration attempt which may have held a clue to the initial failure. After thinking about it, however, it may be that I had a custom resolver attached to that data source. In my schema there was one query defined for which I manually attached the resolver in the AppSync console. I'm unstuck now, thanks for your help. Please let me know if I can be of further assistance.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.

Looking for a help forum? We recommend joining the Amplify Community Discord server *-help channels for those types of questions.