aws-amplify / aws-amplify/amplify-cli
vague error on `amplify publish` when build command cannot be executed (`spawn ... ENOENT`)
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-cli/issues?q=is%3Aissue+).
- [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-cli/blob/dev/CONTRIBUTING.md#bug-reports).
- [X] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- [X] I have removed any sensitive information from my code snippets and submission.
### How did you install the Amplify CLI?
Yarn
### If applicable, what version of Node.js are you using?
17.7.1
### Amplify CLI Version
10.5.0
### What operating system are you using?
macOS 13.0.1
### Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No.
### Amplify Categories
hosting
### Amplify Commands
publish
### Describe the bug
Following the guide at https://docs.amplify.aws/guides/hosting/nextjs/q/platform/js/#adding-amplify-hosting, to publish a NextJS SSG site I get the following error message when trying to publish:
```
? Do you still want to publish the frontend? Yes
Publish started for amplifyhosting
command execution terminated with error
🛑 spawn build ENOENT
```
### Expected behavior
I would have expected the demo to be published on Amplify.
### Reproduction steps
1. Follow guide at: https://docs.amplify.aws/guides/hosting/nextjs/q/platform/js/#deploy-and-host-an-ssg-only-app
2. When it gets to `amplify publish` I get the error.
### GraphQL schema(s)
N/A
### Project Identifier
163940fb3709e409e49b1df96c43a390
### Log output
```
# Put your logs below this line
2022-11-19T21:13:01.011Z|info : amplify init core
2022-11-19T21:13:01.049Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:14:40.835Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:14:40.837Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:14:40.838Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:14:40.847Z|info : amplify-provider-awscloudformation.amplify-service-permission-check.checkAmplifyServiceIAMPermission.amplifyClient.listApps([])
2022-11-19T21:14:41.171Z|info : amplify-provider-awscloudformation.amplify-service-manager.init.amplifyClient.createApp([{"name":"[***]ifycli","environmentVariables":{"_LIVE_PACKAGE_UPDATES":"[{\"pkg\":\"@aws-amplify/cli\",\"type\":\"npm\",\"version\":\"latest\"}]"}}])
2022-11-19T21:14:41.578Z|info : amplify-provider-awscloudformation.amplify-service-manager.init.amplifyClient.getBackendEnvironment([{"appId":"[***]z6olo5","environmentName":"[***]ev"}])
2022-11-19T21:14:41.714Z|error : amplify-provider-awscloudformation.amplify-service-manager.init.amplifyClient.getBackendEnvironment([{"appId":"[***]z6olo5","environmentName":"[***]ev"}])
NotFoundException: BackendEnvironment dev does not exist.
2022-11-19T21:14:41.715Z|info : amplify-provider-awscloudformation.amplify-service-manager.init.amplifyClient.getBackendEnvironment([{"appId":"[***]z6olo5","environmentName":"[***]ev","stackName":"[***]ify-[***]ifycli-[***]ev-[***]440","deploymentArtifacts":"amplify-nextamplifycli-dev-211440-deployment"}])
2022-11-19T21:14:41.860Z|info : amplify-provider-awscloudformation.aws-cfn.cfnModel.createStack([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440","Capabilities":["CAPABILITY_NAMED_IAM","CAPABILITY_AUTO_EXPAND"],"TemplateBody":"{\n \"AWSTemplateFormatVersion\": \"2010-09-09\",\n \"Description\": \"{\\\"createdOn\\\":\\\"Mac\\\",\\\"createdBy\\\":\\\"Amplify\\\",\\\"createdWith\\\":\\\"10.2.1\\\",\\\"stackType\\\":\\\"root\\\",\\\"metadata\\\":{}}\",\n \"Parameters\": {\n \"[***]cketName\": {\n \"Description\": \"Name of the common deployment bucket provided by the parent stack\",\n \"Type\": \"String\",\n \"Default\": \"DeploymentBucket\"\n },\n \"[***]eName\": {\n \"Type\": \"String\",\n \"Default\": \"AuthRoleName\"\n },\n \"[***]leName\": {\n \"Type\": \"String\",\n \"Default\": \"UnauthRoleName\"\n }\n },\n \"Resources\": {\n \"DeploymentBucket\": {\n \"Type\": \"AWS::S3::Bucket\",\n \"DeletionPolicy\": \"Retain\",\n \"Properties\": {\n \"BucketName\": {\n \"Ref\": \"DeploymentBucketName\"\n },\n \"BucketEncryption\": {\n \"ServerSideEncryptionConfiguration\": [\n {\n \"ServerSideEncryptionByDefault\": {\n \"SSEAlgorithm\": \"AES256\"\n }\n }\n ]\n }\n }\n },\n \"AuthRole\": {\n \"Type\": \"AWS::IAM::Role\",\n \"Properties\": {\n \"RoleName\": {\n \"Ref\": \"AuthRoleName\"\n },\n \"AssumeRolePolicyDocument\": {\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Deny\",\n \"Principal\": {\n \"Federated\": \"cognito-identity.amazonaws.com\"\n },\n \"Action\": \"sts:AssumeRoleWithWebIdentity\"\n }\n ]\n }\n }\n },\n \"UnauthRole\": {\n \"Type\": \"AWS::IAM::Role\",\n \"Properties\": {\n \"RoleName\": {\n \"Ref\": \"UnauthRoleName\"\n },\n \"AssumeRolePolicyDocument\": {\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Deny\",\n \"Principal\": {\n \"Federated\": \"cognito-identity.amazonaws.com\"\n },\n \"Action\": \"sts:AssumeRoleWithWebIdentity\"\n }\n ]\n }\n }\n }\n },\n \"Outputs\": {\n \"Region\": {\n \"Description\": \"CloudFormation provider root stack Region\",\n \"Value\": {\n \"Ref\": \"AWS::Region\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-Region\"\n }\n }\n },\n \"StackName\": {\n \"Description\": \"CloudFormation provider root stack ID\",\n \"Value\": {\n \"Ref\": \"AWS::StackName\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-StackName\"\n }\n }\n },\n \"StackId\": {\n \"Description\": \"CloudFormation provider root stack name\",\n \"Value\": {\n \"Ref\": \"AWS::StackId\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-StackId\"\n }\n }\n },\n \"DeploymentBucketName\": {\n \"Description\": \"CloudFormation provider root stack deployment bucket name\",\n \"Value\": {\n \"Ref\": \"DeploymentBucketName\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-DeploymentBucketName\"\n }\n }\n },\n \"AuthRoleArn\": {\n \"Value\": {\n \"Fn::GetAtt\": [\n \"AuthRole\",\n \"Arn\"\n ]\n }\n },\n \"UnauthRoleArn\": {\n \"Value\": {\n \"Fn::GetAtt\": [\n \"UnauthRole\",\n \"Arn\"\n ]\n }\n },\n \"AuthRoleName\": {\n \"Value\": {\n \"Ref\": \"AuthRole\"\n }\n },\n \"UnauthRoleName\": {\n \"Value\": {\n \"Ref\": \"UnauthRole\"\n }\n }\n }\n}","Parameters":[{"ParameterKey":"DeploymentBucketName","ParameterValue":"amplify-nextamplifycli-dev-211440-deployment"},{"ParameterKey":"AuthRoleName","ParameterValue":"amplify-nextamplifycli-dev-211440-authRole"},{"ParameterKey":"UnauthRoleName","ParameterValue":"amplify-nextamplifycli-dev-211440-unauthRole"}],"Tags":[{"Key":"[***]tack","Value":"dev"},{"Key":"[***]ication","Value":"nextamplifycli"}]}])
2022-11-19T21:14:42.239Z|info : amplify-provider-awscloudformation.aws-cfn.cfnModel.createStack([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440","Capabilities":["CAPABILITY_NAMED_IAM","CAPABILITY_AUTO_EXPAND"],"TemplateBody":"{\n \"AWSTemplateFormatVersion\": \"2010-09-09\",\n \"Description\": \"{\\\"createdOn\\\":\\\"Mac\\\",\\\"createdBy\\\":\\\"Amplify\\\",\\\"createdWith\\\":\\\"10.2.1\\\",\\\"stackType\\\":\\\"root\\\",\\\"metadata\\\":{}}\",\n \"Parameters\": {\n \"[***]cketName\": {\n \"Description\": \"Name of the common deployment bucket provided by the parent stack\",\n \"Type\": \"String\",\n \"Default\": \"DeploymentBucket\"\n },\n \"[***]eName\": {\n \"Type\": \"String\",\n \"Default\": \"AuthRoleName\"\n },\n \"[***]leName\": {\n \"Type\": \"String\",\n \"Default\": \"UnauthRoleName\"\n }\n },\n \"Resources\": {\n \"DeploymentBucket\": {\n \"Type\": \"AWS::S3::Bucket\",\n \"DeletionPolicy\": \"Retain\",\n \"Properties\": {\n \"BucketName\": {\n \"Ref\": \"DeploymentBucketName\"\n },\n \"BucketEncryption\": {\n \"ServerSideEncryptionConfiguration\": [\n {\n \"ServerSideEncryptionByDefault\": {\n \"SSEAlgorithm\": \"AES256\"\n }\n }\n ]\n }\n }\n },\n \"AuthRole\": {\n \"Type\": \"AWS::IAM::Role\",\n \"Properties\": {\n \"RoleName\": {\n \"Ref\": \"AuthRoleName\"\n },\n \"AssumeRolePolicyDocument\": {\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Deny\",\n \"Principal\": {\n \"Federated\": \"cognito-identity.amazonaws.com\"\n },\n \"Action\": \"sts:AssumeRoleWithWebIdentity\"\n }\n ]\n }\n }\n },\n \"UnauthRole\": {\n \"Type\": \"AWS::IAM::Role\",\n \"Properties\": {\n \"RoleName\": {\n \"Ref\": \"UnauthRoleName\"\n },\n \"AssumeRolePolicyDocument\": {\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Deny\",\n \"Principal\": {\n \"Federated\": \"cognito-identity.amazonaws.com\"\n },\n \"Action\": \"sts:AssumeRoleWithWebIdentity\"\n }\n ]\n }\n }\n }\n },\n \"Outputs\": {\n \"Region\": {\n \"Description\": \"CloudFormation provider root stack Region\",\n \"Value\": {\n \"Ref\": \"AWS::Region\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-Region\"\n }\n }\n },\n \"StackName\": {\n \"Description\": \"CloudFormation provider root stack ID\",\n \"Value\": {\n \"Ref\": \"AWS::StackName\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-StackName\"\n }\n }\n },\n \"StackId\": {\n \"Description\": \"CloudFormation provider root stack name\",\n \"Value\": {\n \"Ref\": \"AWS::StackId\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-StackId\"\n }\n }\n },\n \"DeploymentBucketName\": {\n \"Description\": \"CloudFormation provider root stack deployment bucket name\",\n \"Value\": {\n \"Ref\": \"DeploymentBucketName\"\n },\n \"Export\": {\n \"Name\": {\n \"Fn::Sub\": \"${AWS::StackName}-DeploymentBucketName\"\n }\n }\n },\n \"AuthRoleArn\": {\n \"Value\": {\n \"Fn::GetAtt\": [\n \"AuthRole\",\n \"Arn\"\n ]\n }\n },\n \"UnauthRoleArn\": {\n \"Value\": {\n \"Fn::GetAtt\": [\n \"UnauthRole\",\n \"Arn\"\n ]\n }\n },\n \"AuthRoleName\": {\n \"Value\": {\n \"Ref\": \"AuthRole\"\n }\n },\n \"UnauthRoleName\": {\n \"Value\": {\n \"Ref\": \"UnauthRole\"\n }\n }\n }\n}","Parameters":[{"ParameterKey":"DeploymentBucketName","ParameterValue":"amplify-nextamplifycli-dev-211440-deployment"},{"ParameterKey":"AuthRoleName","ParameterValue":"amplify-nextamplifycli-dev-211440-authRole"},{"ParameterKey":"UnauthRoleName","ParameterValue":"amplify-nextamplifycli-dev-211440-unauthRole"}],"Tags":[{"Key":"[***]tack","Value":"dev"},{"Key":"[***]ication","Value":"nextamplifycli"}]}])
2022-11-19T21:14:47.252Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:14:47.471Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:14:52.246Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:14:52.411Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:14:57.245Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:14:57.407Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:15:02.245Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:15:02.410Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:15:07.245Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:15:07.414Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:15:12.248Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:16:13.658Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:16:13.659Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:16:13.659Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:16:13.670Z|info : amplify-provider-awscloudformation.attach-backend.storeCurrentCloudBackend.s3.uploadFile([{"Key":"[***]rent-[***]ud-[***]d.zip"}])
2022-11-19T21:16:13.673Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/backend/.temp/[***]rent-[***]ud-[***]d.zip","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"#current-cloud-backend.zip","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:16:13.876Z|info : amplify-provider-awscloudformation.attach-backend.uploadFile.s3.uploadFile([{"Key":"[***]ify-[***]json"}])
2022-11-19T21:16:13.877Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/#current-cloud-backend/[***]ify-[***]json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"amplify-meta.json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:18:44.908Z|info : amplify publish core
2022-11-19T21:18:44.947Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:19:00.420Z|info : amplify add hosting
2022-11-19T21:19:00.457Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:19:11.853Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:19:11.854Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:19:11.854Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:19:22.464Z|info : amplify publish core
2022-11-19T21:19:22.500Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:19:23.076Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:19:23.077Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:19:23.077Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:19:23.084Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:19:23.084Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:19:23.084Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:19:23.088Z|info : amplify-provider-awscloudformation.zip-util.downloadZip.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip"},null])
2022-11-19T21:19:23.088Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:19:23.274Z|info : amplify-provider-awscloudformation.initialize-env.run.cfn.updateamplifyMetaFileWithStackOutputs([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:23.277Z|info : amplify-provider-awscloudformation.aws-cfn.updateamplifyMetaFileWithStackOutputs.cfn.listStackResources([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:23.473Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:23.688Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]ify-[***]json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:19:27.766Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/backend/awscloudformation/build/hosting/amplifyhosting/amplifyhosting-template.json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"[***]ify-[***]fn-[***]ates/[***]ing/[***]osting-[***]e.json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:19:28.426Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:19:28.427Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:19:28.427Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:19:28.428Z|info : amplify-provider-awscloudformation.push-resources.updateCloudFormationNestedStack(["/Users/lewiscraik/Developer/next-amplify-cli/amplify/backend/awscloudformation","/Users/lewiscraik/Developer/next-amplify-cli/amplify/backend/awscloudformation/build/awscloudformation/build/root-cloudformation-stack.json"])
2022-11-19T21:19:28.432Z|info : amplify-provider-awscloudformation.aws-cfn.updateResourceStack.s3.uploadFile([{}])
2022-11-19T21:19:28.432Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/backend/awscloudformation/build/awscloudformation/build/[***]ot-[***]mation-[***]json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"root-cloudformation-stack.json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:19:28.632Z|info : amplify-provider-awscloudformation.aws-cfn.updateResourceStack.describeStack([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:28.633Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:28.811Z|info : amplify-provider-awscloudformation.aws-cfn.updateResourceStack.updateStack([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:34.570Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:34.740Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:19:34.840Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:19:34.988Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:19:39.569Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:39.744Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:19:39.844Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:19:39.996Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:19:44.577Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:44.740Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440/[***]25c0-[***]4f-[***]ed-[***]a1-[***]f0c3c"}])
2022-11-19T21:19:49.572Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:54.574Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:59.573Z|info : amplify-provider-awscloudformation.aws-cfn.getStackEvents.cfnModel.describeStackEvents([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:19:59.914Z|info : amplify-provider-awscloudformation.aws-cfn.updateamplifyMetaFileWithStackOutputs.cfn.listStackResources([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:20:00.082Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:20:00.260Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:20:00.429Z|info : amplify-provider-awscloudformation.aws-s3.deleteObject.s3([{"BucketName":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment","FilePath":"deployment-state.json"}])
2022-11-19T21:20:00.430Z|info : amplify-provider-awscloudformation.aws-s3.checkExistObject.s3([{"BucketName":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment","FilePath":"deployment-state.json"}])
2022-11-19T21:20:00.580Z|info : amplify-provider-awscloudformation.aws-s3.checkExistObject.s3([{"BucketName":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment","FilePath":"deployment-state.json","Error":"NotFound"}])
2022-11-19T21:20:00.629Z|info : amplify-provider-awscloudformation.push-resources.storeCurrentcoudBackend.s3.uploadFile([{"Key":"[***]rent-[***]ud-[***]d.zip"}])
2022-11-19T21:20:00.630Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/backend/.temp/[***]rent-[***]ud-[***]d.zip","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"#current-cloud-backend.zip","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:20:00.809Z|info : amplify-provider-awscloudformation.aws-s3.deleteDirectory.s3.getAllObjectVersions([{"BucketName":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:20:00.809Z|info : amplify-provider-awscloudformation.aws-s3.getAllObjectKey.s3.listObjectVersions([{"Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment","Prefix":"studio-backend"}])
2022-11-19T21:20:00.990Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/cli.json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"[***]dio-[***]end/[***]json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:20:00.993Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/#current-cloud-backend/amplify-meta.json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"[***]dio-[***]end/[***]ify-[***]json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:20:00.994Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/#current-cloud-backend/backend-config.json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"[***]dio-[***]end/[***]end-[***].json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:20:01.169Z|info : amplify-provider-awscloudformation.amplify-service-manager.s3.uploadFile([{"Key":"[***]ify-[***]json"}])
2022-11-19T21:20:01.170Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/#current-cloud-backend/[***]ify-[***]json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"amplify-meta.json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:20:01.360Z|info : amplify-provider-awscloudformation.amplify-service-manager.s3.uploadFile([{"Key":"[***]end-[***].json"}])
2022-11-19T21:20:01.362Z|info : amplify-provider-awscloudformation.aws-s3.uploadFile.s3.putObject([{"Body":{"_readableState":{"objectMode":false,"highWaterMark":65536,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":null,"ended":false,"endEmitted":false,"reading":false,"sync":true,"needReadable":false,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":true,"autoDestroy":false,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":false,"decoder":null,"encoding":null},"_events":{},"_eventsCount":1,"path":"/Users/lewiscraik/Developer/next-amplify-cli/amplify/#current-cloud-backend/[***]end-[***].json","fd":null,"flags":"r","mode":438,"end":null,"autoClose":true,"bytesRead":0,"closed":false},"Key":"backend-config.json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:23:33.016Z|info : amplify publish core
2022-11-19T21:23:33.053Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:23:33.751Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:23:33.752Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:23:33.752Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:23:33.761Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:23:33.762Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:23:33.762Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:23:33.766Z|info : amplify-provider-awscloudformation.zip-util.downloadZip.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip"},null])
2022-11-19T21:23:33.767Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:23:33.950Z|info : amplify-provider-awscloudformation.initialize-env.run.cfn.updateamplifyMetaFileWithStackOutputs([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:23:33.951Z|info : amplify-provider-awscloudformation.aws-cfn.updateamplifyMetaFileWithStackOutputs.cfn.listStackResources([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:23:34.167Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:23:34.387Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:23:34.543Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]ify-[***]json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:25:06.988Z|info : amplify publish core
2022-11-19T21:25:07.025Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:25:07.720Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:25:07.721Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:25:07.721Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:25:07.728Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:25:07.729Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:25:07.729Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:25:07.733Z|info : amplify-provider-awscloudformation.zip-util.downloadZip.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip"},null])
2022-11-19T21:25:07.734Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:25:07.922Z|info : amplify-provider-awscloudformation.initialize-env.run.cfn.updateamplifyMetaFileWithStackOutputs([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:25:07.925Z|info : amplify-provider-awscloudformation.aws-cfn.updateamplifyMetaFileWithStackOutputs.cfn.listStackResources([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:25:08.122Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:25:08.358Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:25:08.513Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]ify-[***]json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:25:48.877Z|info : amplify diagnose core {"send-report":true,"yes":false}
2022-11-19T21:25:48.912Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:29:06.306Z|info : amplify help core {"help":true,"yes":false}
2022-11-19T21:29:16.204Z|info : amplify upgrade core
2022-11-19T21:29:16.240Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:29:45.604Z|info : amplify publish core
2022-11-19T21:29:45.640Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:29:46.208Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:29:46.209Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:29:46.209Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:29:46.215Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileConfig(["default"])
2022-11-19T21:29:46.216Z|info : amplify-provider-awscloudformation.system-config-manager.getProfiledAwsConfig.profileConfig([{"region":"eu-west-2","output":"json"}])
2022-11-19T21:29:46.216Z|info : amplify-provider-awscloudformation.system-config-manager.getProfileCredentials(["default"])
2022-11-19T21:29:46.220Z|info : amplify-provider-awscloudformation.zip-util.downloadZip.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip"},null])
2022-11-19T21:29:46.221Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]rent-[***]ud-[***]d.zip","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:29:46.411Z|info : amplify-provider-awscloudformation.initialize-env.run.cfn.updateamplifyMetaFileWithStackOutputs([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:29:46.415Z|info : amplify-provider-awscloudformation.aws-cfn.updateamplifyMetaFileWithStackOutputs.cfn.listStackResources([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:29:46.630Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]ify-[***]ifycli-[***]ev-[***]440"}])
2022-11-19T21:29:46.853Z|info : amplify-provider-awscloudformation.aws-cfn.describeStack.cfn.describeStacks([{"StackName":"[***]rmation:eu-[***]st-[***]88:stack/[***]ify-[***]ifycli-[***]ev-[***]440-[***]fyhosting-[***]CG93W/[***]eff0-[***]4f-[***]ed-[***]b0-[***]7b76e"}])
2022-11-19T21:29:47.028Z|info : amplify-provider-awscloudformation.aws-s3.s3.getFile([{"Key":"[***]ify-[***]json","Bucket":"[***]ify-[***]ifycli-[***]ev-[***]440-[***]ment"}])
2022-11-19T21:30:43.370Z|error : spawn build ENOENT
UnknownNodeJSFault: spawn build ENOENT
2022-11-19T21:30:43.372Z|error : spawn build ENOENT
UnknownNodeJSFault: spawn build ENOENT
2022-11-19T21:31:00.820Z|info : amplify diagnose core {"send-report":true,"yes":false}
2022-11-19T21:31:00.857Z|info : amplify-cli-core.banner-message/index.ts.fetch banner messages from https://aws-amplify.github.io/amplify-cli/banner-message.json({}
2022-11-19T21:33:10.873Z|info : amplify version core
```
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.