aws-samples / aws-serverless-airline-booking

Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
MIT No Attribution
2.18k stars 1.28k forks source link

Node js error. Not able to deploy - SAR Stripe Payment App #172

Closed abhishekpatil422 closed 2 years ago

abhishekpatil422 commented 2 years ago

2021-11-11T05:41:11.670Z [INFO]: Git SSH Key acquired 2021-11-11T05:41:11.747Z [INFO]: # Cloning repository: git@github.com:abhishekpatil422/aws-serverless-airline-booking.git 2021-11-11T05:41:11.781Z [INFO]: Agent pid 134 2021-11-11T05:41:11.813Z [INFO]: Identity added: /root/.ssh/git_rsa (/root/.ssh/git_rsa) 2021-11-11T05:41:12.075Z [INFO]: Cloning into 'aws-serverless-airline-booking'... 2021-11-11T05:41:12.267Z [INFO]: Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts. 2021-11-11T05:41:13.059Z [INFO]: # Checking for Git submodules at: /codebuild/output/src057590467/src/aws-serverless-airline-booking/.gitmodules 2021-11-11T05:41:13.081Z [INFO]: # Retrieving environment cache... 2021-11-11T05:41:13.131Z [INFO]: # Retrieved environment cache 2021-11-11T05:41:13.131Z [INFO]: ---- Setting Up SSM Secrets ---- 2021-11-11T05:41:13.132Z [INFO]: SSM params {"Path":"/amplify/dmayfmflr4yzg/devb/","WithDecryption":true} 2021-11-11T05:41:13.187Z [INFO]: # Ensuring NPM package '@aws-amplify/cli' is version: 'latest' 2021-11-11T05:41:18.870Z [INFO]: # Patching NPM package '@aws-amplify/cli' from 4.29.4 to 6.4.0... 2021-11-11T05:43:25.879Z [INFO]: # Done patching NPM package '@aws-amplify/cli' 2021-11-11T05:43:25.969Z [INFO]: # Retrieving cache... 2021-11-11T05:43:26.043Z [INFO]: # Extracting cache... 2021-11-11T05:43:26.052Z [INFO]: # Extraction completed 2021-11-11T05:43:33.124Z [INFO]: ## Starting Backend Build

Starting phase: preBuild

                             # Executing command: npm install -g @aws-amplify/cli@4.13.1 yarn

2021-11-11T05:43:53.381Z [WARNING]: npm WARN deprecated merge-graphql-schemas@1.7.8: Merge GraphQL Schemas has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-merge-graphql-schemas for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:43:55.719Z [WARNING]: npm WARN deprecated graphql-tools@5.0.0: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead 2021-11-11T05:43:56.173Z [WARNING]: npm WARN 2021-11-11T05:43:56.174Z [WARNING]: deprecated @graphql-toolkit/common@0.10.4: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:43:58.959Z [WARNING]: npm WARN 2021-11-11T05:43:58.962Z [WARNING]: deprecated graphql-toolkit@0.7.5: Use @graphql-toolkit/* monorepo packages instead. Check https://github.com/ardatan/graphql-toolkit for more details 2021-11-11T05:43:59.862Z [WARNING]: npm WARN deprecated 2021-11-11T05:43:59.862Z [WARNING]: @graphql-toolkit/common@0.6.6: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:44:01.204Z [WARNING]: npm WARN 2021-11-11T05:44:01.205Z [WARNING]: deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 2021-11-11T05:44:01.206Z [WARNING]: npm 2021-11-11T05:44:01.206Z [WARNING]: WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 2021-11-11T05:44:01.443Z [WARNING]: npm WARN 2021-11-11T05:44:01.443Z [WARNING]: deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. 2021-11-11T05:44:03.040Z [WARNING]: npm WARN 2021-11-11T05:44:03.043Z [WARNING]: deprecated @graphql-toolkit/common@0.7.5: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:44:04.965Z [WARNING]: npm WARN deprecated graphql-import@0.7.1: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:44:08.381Z [WARNING]: npm WARN 2021-11-11T05:44:08.382Z [WARNING]: deprecated event-to-promise@0.8.0: Use promise-toolbox/fromEvent instead 2021-11-11T05:44:16.001Z [INFO]: > yarn@1.22.17 preinstall /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn

:; (node ./preinstall.js > /dev/null 2>&1 || true) 2021-11-11T05:44:16.301Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/amplify -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/bin/amplify 2021-11-11T05:44:16.302Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/yarn -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn/bin/yarn.js 2021-11-11T05:44:16.302Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/yarnpkg -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn/bin/yarn.js 2021-11-11T05:44:16.370Z [INFO]: > core-js@3.19.1 postinstall /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/eslint-plugin-compat/node_modules/core-js node -e "try{require('./postinstall')}catch(e){}" 2021-11-11T05:44:16.446Z [INFO]: > @aws-amplify/cli@4.13.1 postinstall /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli node scripts/post-install.js 2021-11-11T05:44:16.596Z [INFO]: Ignore installation errors for optional dependencies: gyp, fs-ext 2021-11-11T05:44:16.597Z [INFO]: ---------------------------------------- Successfully installed the Amplify CLI

2021-11-11T05:44:16.597Z [INFO]: Javascript Getting Started - https://aws-amplify.github.io/docs/js/start Android Getting Started - https://aws-amplify.github.io/docs/android/start iOS Getting Started - https://aws-amplify.github.io/docs/ios/start 2021-11-11T05:44:16.612Z [WARNING]: npm 2021-11-11T05:44:16.613Z [WARNING]: WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/@aws-amplify/cli/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) 2021-11-11T05:44:16.619Z [WARNING]: npm 2021-11-11T05:44:16.619Z [WARNING]: WARN eslint-plugin-compat@3.13.0 requires a peer of eslint@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself. 2021-11-11T05:44:16.620Z [WARNING]: 2021-11-11T05:44:16.621Z [INFO]: + yarn@1.22.17

  • @aws-amplify/cli@4.13.1 added 229 packages from 106 contributors, removed 712 packages, updated 142 packages and moved 29 packages in 43.176s 2021-11-11T05:44:16.667Z [INFO]: # Executing command: make init 2021-11-11T05:44:16.724Z [INFO]: [] Bootstrapping CI system... 2021-11-11T05:44:16.726Z [INFO]: [] Installing jq... [*] Upgrading Python SAM CLI and CloudFormation linter to the latest version... 2021-11-11T05:44:16.726Z [INFO]: make[1]: Entering directory `/codebuild/output/src057590467/src/aws-serverless-airline-booking' yum install jq -y 2021-11-11T05:44:19.188Z [INFO]: Loaded plugins: ovl, priorities 2021-11-11T05:44:32.608Z [INFO]: Resolving Dependencies 2021-11-11T05:44:32.611Z [INFO]: --> Running transaction check ---> Package jq.x86_64 0:1.5-1.amzn2.0.2 will be installed 2021-11-11T05:44:32.619Z [INFO]: --> Processing Dependency: libonig.so.2()(64bit) for package: jq-1.5-1.amzn2.0.2.x86_64 2021-11-11T05:44:32.647Z [INFO]: --> Running transaction check 2021-11-11T05:44:32.647Z [INFO]: ---> Package oniguruma.x86_64 0:5.9.6-1.amzn2.0.4 will be installed 2021-11-11T05:44:32.692Z [INFO]: --> Finished Dependency Resolution 2021-11-11T05:44:32.867Z [INFO]: Dependencies Resolved 2021-11-11T05:44:32.868Z [INFO]: ================================================================================ Package Arch Version Repository Size

    Installing: jq x86_64 1.5-1.amzn2.0.2 amzn2-core 154 k Installing for dependencies: oniguruma x86_64 5.9.6-1.amzn2.0.4 amzn2-core 127 k Transaction Summary

    Install 1 Package (+1 Dependent package) 2021-11-11T05:44:32.868Z [INFO]: Total download size: 281 k Installed size: 890 k 2021-11-11T05:44:32.868Z [INFO]: Downloading packages: 2021-11-11T05:44:32.932Z [INFO]: -------------------------------------------------------------------------------- 2021-11-11T05:44:32.932Z [INFO]: Total 4.5 MB/s | 281 kB 00:00 2021-11-11T05:44:32.937Z [INFO]: Running transaction check 2021-11-11T05:44:32.939Z [INFO]: Running transaction test 2021-11-11T05:44:33.268Z [INFO]: Transaction test succeeded 2021-11-11T05:44:33.269Z [INFO]: Running transaction 2021-11-11T05:44:33.391Z [INFO]: Installing : oniguruma-5.9.6-1.amzn2.0.4.x86_64 1/2 2021-11-11T05:44:36.368Z [INFO]: Installing : jq-1.5-1.amzn2.0.2.x86_64 2/2 2021-11-11T05:44:36.401Z [INFO]: Verifying : jq-1.5-1.amzn2.0.2.x86_64 1/2 2021-11-11T05:44:36.411Z [INFO]: Verifying : oniguruma-5.9.6-1.amzn2.0.4.x86_64 2/2 2021-11-11T05:44:36.462Z [INFO]: Installed: jq.x86_64 0:1.5-1.amzn2.0.2 Dependency Installed: oniguruma.x86_64 0:5.9.6-1.amzn2.0.4 2021-11-11T05:44:36.462Z [INFO]: Complete! 2021-11-11T05:44:36.487Z [INFO]: python3 -m pip install --upgrade --user cfn-lint aws-sam-cli 2021-11-11T05:44:39.057Z [WARNING]: WARNING: Running pip install with root privileges is generally not a good idea. Try __main__.py install --user instead. 2021-11-11T05:44:39.077Z [INFO]: Collecting cfn-lint 2021-11-11T05:44:39.343Z [INFO]: Downloading https://files.pythonhosted.org/packages/66/09/48b062d58dcb89f201c763b645e0f636b38c2060c0d45df5d25fe8ada8c5/cfn_lint-0.56.0-py3-none-any.whl (7.5MB) 2021-11-11T05:44:40.318Z [INFO]: Collecting aws-sam-cli 2021-11-11T05:44:40.364Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:40.453Z [INFO]: Downloading https://files.pythonhosted.org/packages/29/18/ab7161b64ce2560295839b0fef0c2ad1aedf82c0d764015c6f00809e460f/aws_sam_cli-1.35.0-py3-none-any.whl (7.2MB) 2021-11-11T05:44:41.242Z [INFO]: Collecting jsonschema~=3.0 (from cfn-lint) 2021-11-11T05:44:41.293Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:41.346Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:41.348Z [INFO]: Downloading https://files.pythonhosted.org/packages/c5/8f/51e89ce52a085483359217bc72cdbf6e75ee595d5b1d4b5ade40c7e018b8/jsonschema-3.2.0-py2.py3-none-any.whl (56kB) 2021-11-11T05:44:41.387Z [INFO]: Collecting junit-xml~=1.9 (from cfn-lint) 2021-11-11T05:44:41.438Z [INFO]: Downloading https://files.pythonhosted.org/packages/2a/93/2d896b5fd3d79b4cadd8882c06650e66d003f465c9d12c488d92853dff78/junit_xml-1.9-py2.py3-none-any.whl 2021-11-11T05:44:41.459Z [INFO]: Collecting sarif-om~=1.0.4 (from cfn-lint) 2021-11-11T05:44:41.507Z [INFO]: Downloading https://files.pythonhosted.org/packages/82/7c/1d3d0467565aa8b3e77ab8712042a09dd1158056826f45783f3d2b34adf1/sarif_om-1.0.4-py3-none-any.whl 2021-11-11T05:44:41.536Z [INFO]: Collecting pyyaml>5.4; python_version != "3.5" (from cfn-lint) 2021-11-11T05:44:41.575Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:41.639Z [INFO]: Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) 2021-11-11T05:44:41.716Z [INFO]: Collecting aws-sam-translator>=1.40.0 (from cfn-lint) 2021-11-11T05:44:41.759Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:41.780Z [INFO]: Downloading https://files.pythonhosted.org/packages/cd/e1/2b31d36381faaa43c8daef3bd8bdd77b81ed1cbc14f72b40f07cb3dbde30/aws_sam_translator-1.40.0-py3-none-any.whl (206kB) 2021-11-11T05:44:41.848Z [INFO]: Collecting networkx~=2.4; python_version >= "3.5" (from cfn-lint) 2021-11-11T05:44:41.906Z [INFO]: Downloading https://files.pythonhosted.org/packages/e9/93/aa6613aa70d6eb4868e667068b5a11feca9645498fd31b954b6c4bb82fa5/networkx-2.6.3-py3-none-any.whl (1.9MB) 2021-11-11T05:44:42.178Z [INFO]: Collecting jschema-to-python~=1.2.3 (from cfn-lint) 2021-11-11T05:44:42.205Z [INFO]: Downloading https://files.pythonhosted.org/packages/31/9e/1b6819a87c3f59170406163ba17bc55b0abe18ae552f53d2b0a2025f9c63/jschema_to_python-1.2.3-py3-none-any.whl 2021-11-11T05:44:42.233Z [INFO]: Collecting six>=1.11 (from cfn-lint) 2021-11-11T05:44:42.275Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:42.294Z [INFO]: Downloading https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl 2021-11-11T05:44:42.315Z [INFO]: Collecting jsonpatch (from cfn-lint) 2021-11-11T05:44:42.356Z [INFO]: Downloading https://files.pythonhosted.org/packages/a3/55/f7c93bae36d869292aedfbcbae8b091386194874f16390d680136edd2b28/jsonpatch-1.32-py2.py3-none-any.whl 2021-11-11T05:44:42.377Z [INFO]: Collecting boto3~=1.18 (from aws-sam-cli) 2021-11-11T05:44:42.396Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:43.615Z [INFO]: Downloading https://files.pythonhosted.org/packages/9a/a5/43b830700b1c22bd83487970552bc718fece9246eb897ac07048dd639eb5/boto3-1.20.3-py3-none-any.whl (131kB) 2021-11-11T05:44:43.657Z [INFO]: Collecting dateparser~=1.0 (from aws-sam-cli) 2021-11-11T05:44:43.674Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:43.780Z [INFO]: Downloading https://files.pythonhosted.org/packages/ab/89/0cf5decad6e8d77e639df4560409f060cd4365e0294caa41666a73c5f367/dateparser-1.1.0-py2.py3-none-any.whl (288kB) 2021-11-11T05:44:43.856Z [INFO]: Collecting requests==2.25.1 (from aws-sam-cli) 2021-11-11T05:44:43.895Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:43.944Z [INFO]: Downloading https://files.pythonhosted.org/packages/29/c1/24814557f1d22c56d50280771a17307e6bf87b70727d975fd6b2ce6b014a/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-11-11T05:44:43.978Z [INFO]: Collecting docker~=4.2.0 (from aws-sam-cli) 2021-11-11T05:44:43.995Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:44.050Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:44.053Z [INFO]: Downloading https://files.pythonhosted.org/packages/3c/15/7a2f095a3b8b0fff9a0a5f56bd941e05fa958d4ca31105541001a5f7d3eb/docker-4.2.2-py2.py3-none-any.whl (144kB) 2021-11-11T05:44:44.102Z [INFO]: Collecting jmespath~=0.10.0 (from aws-sam-cli) 2021-11-11T05:44:44.120Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:44.135Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:44.137Z [INFO]: Downloading https://files.pythonhosted.org/packages/07/cb/5f001272b6faeb23c1c9e0acc04d48eaaf5c862c17709d20e3469c6e0139/jmespath-0.10.0-py2.py3-none-any.whl 2021-11-11T05:44:44.160Z [INFO]: Collecting watchdog==2.1.2 (from aws-sam-cli) 2021-11-11T05:44:44.177Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:44.234Z [INFO]: Downloading https://files.pythonhosted.org/packages/ad/9e/df37da9de16e02d8a4230dcd09d4bf7ced6cd97e1f421cbade133a011e3f/watchdog-2.1.2.tar.gz (107kB) 2021-11-11T05:44:44.804Z [INFO]: Collecting cookiecutter~=1.7.2 (from aws-sam-cli) 2021-11-11T05:44:44.850Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:44.869Z [INFO]: Downloading https://files.pythonhosted.org/packages/a2/62/d061b19f307455506e63825586e2e1816b71d56b4a5873c278cb315b9660/cookiecutter-1.7.3-py2.py3-none-any.whl 2021-11-11T05:44:44.900Z [INFO]: Collecting tzlocal==3.0 (from aws-sam-cli) 2021-11-11T05:44:44.925Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:44.957Z [INFO]: Downloading https://files.pythonhosted.org/packages/99/73/0b78b979e457bde19266130929b1fceee7c31a2d68169048b34e997c5665/tzlocal-3.0-py3-none-any.whl 2021-11-11T05:44:45.004Z [INFO]: Collecting regex==2021.9.30 (from aws-sam-cli) 2021-11-11T05:44:45.048Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:45.563Z [INFO]: Downloading https://files.pythonhosted.org/packages/f9/7e/6078e66af0d3a3a9916b93d8dad433f7c56a0589730b9ce377bbc9233147/regex-2021.9.30-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (669kB) 2021-11-11T05:44:45.648Z [INFO]: Collecting Flask~=1.1.2 (from aws-sam-cli) 2021-11-11T05:44:45.666Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:45.688Z [INFO]: Downloading https://files.pythonhosted.org/packages/e8/6d/994208daa354f68fd89a34a8bafbeaab26fda84e7af1e35bdaed02b667e6/Flask-1.1.4-py2.py3-none-any.whl (94kB) 2021-11-11T05:44:45.730Z [INFO]: Collecting tomlkit==0.7.2 (from aws-sam-cli) 2021-11-11T05:44:45.771Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:45.799Z [INFO]: Downloading https://files.pythonhosted.org/packages/eb/ef/5bd27c1a8040874cc863c263bf38857b5607017b656943c6c93b29bc8f42/tomlkit-0.7.2-py2.py3-none-any.whl 2021-11-11T05:44:45.827Z [INFO]: Collecting aws-lambda-builders==1.9.0 (from aws-sam-cli) 2021-11-11T05:44:45.846Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:45.879Z [INFO]: Downloading https://files.pythonhosted.org/packages/7a/7c/7563b0d32ac9619c156a0255169222c4b36844652bd9ca960c238efbb00c/aws_lambda_builders-1.9.0-py3-none-any.whl (102kB) 2021-11-11T05:44:45.951Z [INFO]: Collecting chevron~=0.12 (from aws-sam-cli) 2021-11-11T05:44:45.968Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:45.980Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:45.986Z [INFO]: Downloading https://files.pythonhosted.org/packages/52/93/342cc62a70ab727e093ed98e02a725d85b746345f05d2b5e5034649f4ec8/chevron-0.14.0-py3-none-any.whl 2021-11-11T05:44:46.008Z [INFO]: Collecting serverlessrepo==0.1.10 (from aws-sam-cli) 2021-11-11T05:44:46.026Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:46.069Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:46.072Z [INFO]: Downloading https://files.pythonhosted.org/packages/fa/3a/0cc09e616bd4f20f108b01cd2b85bc73151698c57e772aadf32773e20763/serverlessrepo-0.1.10-py2.py3-none-any.whl 2021-11-11T05:44:46.098Z [INFO]: Collecting typing-extensions==3.10.0.0 (from aws-sam-cli) 2021-11-11T05:44:46.134Z [INFO]: Downloading https://files.pythonhosted.org/packages/2e/35/6c4fff5ab443b57116cb1aad46421fb719bed2825664e8fe77d66d99bcbc/typing_extensions-3.10.0.0-py3-none-any.whl 2021-11-11T05:44:46.157Z [INFO]: Collecting click~=7.1 (from aws-sam-cli) 2021-11-11T05:44:46.174Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:46.199Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:46.201Z [INFO]: Downloading https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl (82kB) 2021-11-11T05:44:46.493Z [INFO]: Collecting setuptools (from jsonschema~=3.0->cfn-lint) 2021-11-11T05:44:46.747Z [INFO]: Downloading https://files.pythonhosted.org/packages/70/e9/84e2865fddfaba4506bc5d293d2a535bf27e31b12ca16d31564f8ce28cdb/setuptools-58.5.3-py3-none-any.whl (946kB) 2021-11-11T05:44:46.884Z [INFO]: Collecting importlib-metadata; python_version < "3.8" (from jsonschema~=3.0->cfn-lint) 2021-11-11T05:44:46.959Z [INFO]: Downloading https://files.pythonhosted.org/packages/c4/1f/e2238896149df09953efcc53bdcc7d23597d6c53e428c30e572eda5ec6eb/importlib_metadata-4.8.2-py3-none-any.whl 2021-11-11T05:44:47.023Z [INFO]: Collecting pyrsistent>=0.14.0 (from jsonschema~=3.0->cfn-lint) 2021-11-11T05:44:47.044Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:47.070Z [INFO]: Downloading https://files.pythonhosted.org/packages/b6/31/6e33022d5056ac64972f2d1411ba04261668e5d4e90b23c115f2e81283bc/pyrsistent-0.18.0-cp37-cp37m-manylinux1_x86_64.whl (119kB) 2021-11-11T05:44:47.104Z [INFO]: Collecting attrs>=17.4.0 (from jsonschema~=3.0->cfn-lint) 2021-11-11T05:44:47.123Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:47.144Z [INFO]: Downloading https://files.pythonhosted.org/packages/20/a9/ba6f1cd1a1517ff022b35acd6a7e4246371dfab08b8e42b829b6d07913cc/attrs-21.2.0-py2.py3-none-any.whl (53kB) 2021-11-11T05:44:47.193Z [INFO]: Collecting pbr (from sarif-om~=1.0.4->cfn-lint) 2021-11-11T05:44:47.260Z [INFO]: Downloading https://files.pythonhosted.org/packages/58/4e/98f141d6edcb41b4dd50bb2b70f072dcd4facb6f96685c2fca1f647d71f5/pbr-5.7.0-py2.py3-none-any.whl (112kB) 2021-11-11T05:44:47.295Z [INFO]: Collecting jsonpickle (from jschema-to-python~=1.2.3->cfn-lint) 2021-11-11T05:44:47.339Z [INFO]: Downloading https://files.pythonhosted.org/packages/bb/1a/f2db026d4d682303793559f1c2bb425ba3ec0d6fd7ac63397790443f2461/jsonpickle-2.0.0-py2.py3-none-any.whl 2021-11-11T05:44:47.382Z [INFO]: Collecting jsonpointer>=1.9 (from jsonpatch->cfn-lint) 2021-11-11T05:44:47.412Z [INFO]: Downloading https://files.pythonhosted.org/packages/fe/38/6d04fe1f9bc0b5769cd2bb35868c862b59edbd2efcdb296671c9c982ef0f/jsonpointer-2.2-py2.py3-none-any.whl 2021-11-11T05:44:47.433Z [INFO]: Collecting s3transfer<0.6.0,>=0.5.0 (from boto3~=1.18->aws-sam-cli) 2021-11-11T05:44:47.454Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:47.472Z [INFO]: Downloading https://files.pythonhosted.org/packages/ab/84/fc3717a7b7f0f6bb08af593127171f08e3e0087c197922da09c01bfe7c3a/s3transfer-0.5.0-py3-none-any.whl (79kB) 2021-11-11T05:44:47.503Z [INFO]: Collecting botocore<1.24.0,>=1.23.3 (from boto3~=1.18->aws-sam-cli) 2021-11-11T05:44:47.523Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:48.062Z [INFO]: Downloading https://files.pythonhosted.org/packages/3f/3c/03bc0bcea38c0c6a92c296eada5985782db61453f12fe7c4a8022125890b/botocore-1.23.3-py3-none-any.whl (8.1MB) 2021-11-11T05:44:49.021Z [INFO]: Collecting python-dateutil (from dateparser~=1.0->aws-sam-cli) 2021-11-11T05:44:49.038Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.058Z [INFO]: Downloading https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247kB) 2021-11-11T05:44:49.102Z [INFO]: Collecting pytz (from dateparser~=1.0->aws-sam-cli) 2021-11-11T05:44:49.119Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.223Z [INFO]: Downloading https://files.pythonhosted.org/packages/d3/e3/d9f046b5d1c94a3aeab15f1f867aa414f8ee9d196fae6865f1d6a0ee1a0b/pytz-2021.3-py2.py3-none-any.whl (503kB) 2021-11-11T05:44:49.334Z [INFO]: Collecting certifi>=2017.4.17 (from requests==2.25.1->aws-sam-cli) 2021-11-11T05:44:49.350Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.372Z [INFO]: Downloading https://files.pythonhosted.org/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl (149kB) 2021-11-11T05:44:49.405Z [INFO]: Collecting urllib3<1.27,>=1.21.1 (from requests==2.25.1->aws-sam-cli) 2021-11-11T05:44:49.424Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.465Z [INFO]: Downloading https://files.pythonhosted.org/packages/af/f4/524415c0744552cce7d8bf3669af78e8a069514405ea4fcbd0cc44733744/urllib3-1.26.7-py2.py3-none-any.whl (138kB) 2021-11-11T05:44:49.510Z [INFO]: Collecting chardet<5,>=3.0.2 (from requests==2.25.1->aws-sam-cli) 2021-11-11T05:44:49.527Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.539Z [INFO]: Downloading https://files.pythonhosted.org/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-11-11T05:44:49.581Z [INFO]: Collecting idna<3,>=2.5 (from requests==2.25.1->aws-sam-cli) 2021-11-11T05:44:49.599Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.614Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.627Z [INFO]: Downloading https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58kB) 2021-11-11T05:44:49.654Z [INFO]: Collecting websocket-client>=0.32.0 (from docker~=4.2.0->aws-sam-cli) 2021-11-11T05:44:49.677Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.702Z [INFO]: Downloading https://files.pythonhosted.org/packages/55/44/030ea47390896c8d6dc9995c8e9a4c5df3a161cd45416d88119036c73eda/websocket_client-1.2.1-py2.py3-none-any.whl (52kB) 2021-11-11T05:44:49.732Z [INFO]: Collecting binaryornot>=0.4.4 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:49.750Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.758Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.760Z [INFO]: Downloading https://files.pythonhosted.org/packages/24/7e/f7b6f453e6481d1e233540262ccbfcf89adcd43606f44a028d7f5fae5eb2/binaryornot-0.4.4-py2.py3-none-any.whl 2021-11-11T05:44:49.782Z [INFO]: Collecting python-slugify>=4.0.0 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:49.799Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.814Z [INFO]: Downloading https://files.pythonhosted.org/packages/7e/e2/0c8be1e3b237d11f10963c7cef82e4d98d70ca6e176f3922dddf7bfc7026/python_slugify-5.0.2-py2.py3-none-any.whl 2021-11-11T05:44:49.837Z [INFO]: Collecting jinja2-time>=0.2.0 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:49.854Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.887Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.889Z [INFO]: Downloading https://files.pythonhosted.org/packages/6a/a1/d44fa38306ffa34a7e1af09632b158e13ec89670ce491f8a15af3ebcb4e4/jinja2_time-0.2.0-py2.py3-none-any.whl 2021-11-11T05:44:49.912Z [INFO]: Collecting Jinja2<4.0.0,>=2.7 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:49.930Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:49.956Z [INFO]: Downloading https://files.pythonhosted.org/packages/20/9a/e5d9ec41927401e41aea8af6d16e78b5e612bca4699d417f646a9610a076/Jinja2-3.0.3-py3-none-any.whl (133kB) 2021-11-11T05:44:50.016Z [INFO]: Collecting poyo>=0.5.0 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:50.032Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.088Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.091Z [INFO]: Downloading https://files.pythonhosted.org/packages/42/50/0b0820601bde2eda403f47b9a4a1f270098ed0dd4c00c443d883164bdccc/poyo-0.5.0-py2.py3-none-any.whl 2021-11-11T05:44:50.113Z [INFO]: Collecting backports.zoneinfo; python_version < "3.9" (from tzlocal==3.0->aws-sam-cli) 2021-11-11T05:44:50.150Z [INFO]: Downloading https://files.pythonhosted.org/packages/4c/7e/ed8af95bed90eeccfb4a4fe6ec424bc7a79e1aa983e54dd1d9062d9fa20b/backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl (70kB) 2021-11-11T05:44:50.180Z [INFO]: Collecting itsdangerous<2.0,>=0.24 (from Flask~=1.1.2->aws-sam-cli) 2021-11-11T05:44:50.198Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.210Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.213Z [INFO]: Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl 2021-11-11T05:44:50.236Z [INFO]: Collecting Werkzeug<2.0,>=0.15 (from Flask~=1.1.2->aws-sam-cli) 2021-11-11T05:44:50.253Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.314Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.318Z [INFO]: Downloading https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298kB) 2021-11-11T05:44:50.376Z [INFO]: Collecting wheel (from aws-lambda-builders==1.9.0->aws-sam-cli) 2021-11-11T05:44:50.395Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.430Z [INFO]: Downloading https://files.pythonhosted.org/packages/04/80/cad93b40262f5d09f6de82adbee452fd43cdff60830b56a74c5930f7e277/wheel-0.37.0-py2.py3-none-any.whl 2021-11-11T05:44:50.457Z [INFO]: Collecting zipp>=0.5 (from importlib-metadata; python_version < "3.8"->jsonschema~=3.0->cfn-lint) 2021-11-11T05:44:50.496Z [INFO]: Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl 2021-11-11T05:44:50.526Z [INFO]: Collecting text-unidecode>=1.3 (from python-slugify>=4.0.0->cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:50.543Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.550Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.552Z [INFO]: Downloading https://files.pythonhosted.org/packages/a6/a5/c0b6468d3824fe3fde30dbb5e1f687b291608f9473681bbf7dabbf5a87d7/text_unidecode-1.3-py2.py3-none-any.whl (78kB) 2021-11-11T05:44:50.580Z [INFO]: Collecting arrow (from jinja2-time>=0.2.0->cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:50.636Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.668Z [INFO]: Downloading https://files.pythonhosted.org/packages/f4/97/a6b394b0ee6c9a7f645308f3a205c6cfe4fc804aac1bf29e4aebb5cd5a16/arrow-1.2.1-py3-none-any.whl (63kB) 2021-11-11T05:44:50.697Z [INFO]: Collecting MarkupSafe>=2.0 (from Jinja2<4.0.0,>=2.7->cookiecutter~=1.7.2->aws-sam-cli) 2021-11-11T05:44:50.713Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-11T05:44:50.772Z [INFO]: Downloading https://files.pythonhosted.org/packages/d7/56/9d9c0dc2b0f5dc342ff9c7df31c523cc122947970b5ea943b2311be0c391/MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl 2021-11-11T05:44:50.788Z [INFO]: Installing collected packages: setuptools, zipp, typing-extensions, importlib-metadata, pyrsistent, six, attrs, jsonschema, junit-xml, pbr, sarif-om, pyyaml, urllib3, jmespath, python-dateutil, botocore, s3transfer, boto3, aws-sam-translator, networkx, jsonpickle, jschema-to-python, jsonpointer, jsonpatch, cfn-lint, backports.zoneinfo, tzlocal, pytz, regex, dateparser, certifi, chardet, idna, requests, websocket-client, docker, watchdog, binaryornot, click, text-unidecode, python-slugify, arrow, MarkupSafe, Jinja2, jinja2-time, poyo, cookiecutter, itsdangerous, Werkzeug, Flask, tomlkit, wheel, aws-lambda-builders, chevron, serverlessrepo, aws-sam-cli 2021-11-11T05:44:53.701Z [INFO]: Running setup.py install for watchdog: started 2021-11-11T05:44:53.948Z [INFO]: Running setup.py install for watchdog: finished with status 'done' 2021-11-11T05:44:55.379Z [INFO]: Successfully installed Flask-1.1.4 Jinja2-3.0.3 MarkupSafe-2.0.1 Werkzeug-1.0.1 arrow-1.2.1 attrs-21.2.0 aws-lambda-builders-1.9.0 aws-sam-cli-1.35.0 aws-sam-translator-1.40.0 backports.zoneinfo-0.2.1 binaryornot-0.4.4 boto3-1.20.3 botocore-1.23.3 certifi-2021.10.8 cfn-lint-0.56.0 chardet-4.0.0 chevron-0.14.0 click-7.1.2 cookiecutter-1.7.3 dateparser-1.1.0 docker-4.2.2 idna-2.10 importlib-metadata-4.8.2 itsdangerous-1.1.0 jinja2-time-0.2.0 jmespath-0.10.0 jschema-to-python-1.2.3 jsonpatch-1.32 jsonpickle-2.0.0 jsonpointer-2.2 jsonschema-3.2.0 junit-xml-1.9 networkx-2.6.3 pbr-5.7.0 poyo-0.5.0 pyrsistent-0.18.0 python-dateutil-2.8.2 python-slugify-5.0.2 pytz-2021.3 pyyaml-6.0 regex-2021.9.30 requests-2.25.1 s3transfer-0.5.0 sarif-om-1.0.4 serverlessrepo-0.1.10 setuptools-58.5.3 six-1.16.0 text-unidecode-1.3 tomlkit-0.7.2 typing-extensions-3.10.0.0 tzlocal-3.0 urllib3-1.26.7 watchdog-2.1.2 websocket-client-1.2.1 wheel-0.37.0 zipp-3.6.0 2021-11-11T05:44:55.630Z [INFO]: npm -g install aws-cdk 2021-11-11T05:44:59.955Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/cdk -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/aws-cdk/bin/cdk 2021-11-11T05:44:59.990Z [INFO]: + aws-cdk@1.132.0 added 198 packages from 231 contributors in 4.057s 2021-11-11T05:45:00.007Z [INFO]: make[1]: Leaving directory `/codebuild/output/src057590467/src/aws-serverless-airline-booking' 2021-11-11T05:45:00.008Z [INFO]: # Executing command: aws configure set cli_follow_urlparam false 2021-11-11T05:45:04.409Z [INFO]: # Executing command: export AWS_BRANCH=develop 2021-11-11T05:45:04.411Z [INFO]: # Completed phase: preBuild

    Starting phase: build

    2021-11-11T05:45:05.001Z [INFO]: Scanning for plugins... 2021-11-11T05:45:10.726Z [INFO]: Plugin scan successful 2021-11-11T05:45:10.741Z [INFO]: Note: It is recommended to run this command from the root of your app directory 2021-11-11T05:45:10.744Z [INFO]: 2021-11-11T05:45:10.744Z [INFO]: For more information on AWS Profiles, see: https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html 2021-11-11T05:45:11.072Z [INFO]: Amplify AppID found: dmayfmflr4yzg. Amplify App name is: aws-serverless-airline-booking 2021-11-11T05:45:11.127Z [INFO]: Adding backend environment devb to AWS Amplify Console app: dmayfmflr4yzg 2021-11-11T05:45:11.176Z [WARNING]: - Initializing project in the cloud... 2021-11-11T05:45:16.540Z [INFO]: 2021-11-11T05:45:16.543Z [INFO]: CREATE_IN_PROGRESS DeploymentBucket AWS::S3::Bucket Thu Nov 11 2021 05:45:15 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS AuthRole AWS::IAM::Role Thu Nov 11 2021 05:45:15 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UnauthRole AWS::IAM::Role Thu Nov 11 2021 05:45:15 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS amplify-aws-serverless-airline-booking-devb-54510 AWS::CloudFormation::Stack Thu Nov 11 2021 05:45:11 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-11T05:45:21.552Z [INFO]: 2021-11-11T05:45:21.553Z [INFO]: CREATE_IN_PROGRESS DeploymentBucket AWS::S3::Bucket Thu Nov 11 2021 05:45:16 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS UnauthRole AWS::IAM::Role Thu Nov 11 2021 05:45:16 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS AuthRole AWS::IAM::Role Thu Nov 11 2021 05:45:16 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-11T05:45:31.562Z [INFO]: 2021-11-11T05:45:31.564Z [INFO]: CREATE_COMPLETE AuthRole AWS::IAM::Role Thu Nov 11 2021 05:45:31 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE UnauthRole AWS::IAM::Role Thu Nov 11 2021 05:45:30 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:45:41.546Z [INFO]: 2021-11-11T05:45:41.547Z [INFO]: CREATE_COMPLETE amplify-aws-serverless-airline-booking-devb-54510 AWS::CloudFormation::Stack Thu Nov 11 2021 05:45:40 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE DeploymentBucket AWS::S3::Bucket Thu Nov 11 2021 05:45:37 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:45:41.633Z [WARNING]: ✔ Successfully created initial AWS cloud resources for deployments. 2021-11-11T05:45:41.789Z [WARNING]: - Initializing your environment: devb 2021-11-11T05:45:41.790Z [WARNING]: ✔ Initialized provider successfully. 2021-11-11T05:45:41.877Z [INFO]: The following types do not have '@auth' enabled. Consider using @auth with @model 2021-11-11T05:45:41.879Z [INFO]: - Flight Learn more about @auth here: https://aws-amplify.github.io/docs/cli-toolchain/graphql#auth 2021-11-11T05:45:41.973Z [INFO]: GraphQL schema compiled successfully. Edit your schema at /codebuild/output/src057590467/src/aws-serverless-airline-booking/amplify/backend/api/awsserverlessairline/schema.graphql or place .graphql files in a directory at /codebuild/output/src057590467/src/aws-serverless-airline-booking/amplify/backend/api/awsserverlessairline/schema 2021-11-11T05:45:43.834Z [WARNING]: - Updating resources in the cloud. This may take a few minutes... 2021-11-11T05:45:49.404Z [INFO]: 2021-11-11T05:45:49.405Z [INFO]: UPDATE_IN_PROGRESS amplify-aws-serverless-airline-booking-devb-54510 AWS::CloudFormation::Stack Thu Nov 11 2021 05:45:44 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-11T05:45:54.422Z [INFO]: 2021-11-11T05:45:54.423Z [INFO]: CREATE_IN_PROGRESS authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Thu Nov 11 2021 05:45:51 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS UpdateRolesWithIDPFunctionRole AWS::IAM::Role Thu Nov 11 2021 05:45:51 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Thu Nov 11 2021 05:45:50 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UpdateRolesWithIDPFunctionRole AWS::IAM::Role Thu Nov 11 2021 05:45:50 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:45:54.489Z [INFO]: 2021-11-11T05:45:54.489Z [INFO]: CREATE_IN_PROGRESS amplify-aws-serverless-airline-booking-devb-54510-authawsserverlessairline44ea6421-QFZ9UDAEKH56 AWS::CloudFormation::Stack Thu Nov 11 2021 05:45:51 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-11T05:45:59.496Z [INFO]: 2021-11-11T05:45:59.498Z [INFO]: CREATE_IN_PROGRESS SNSRole AWS::IAM::Role Thu Nov 11 2021 05:45:58 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS SNSRole AWS::IAM::Role Thu Nov 11 2021 05:45:57 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:46:09.413Z [INFO]: 2021-11-11T05:46:09.415Z [INFO]: CREATE_COMPLETE UpdateRolesWithIDPFunctionRole AWS::IAM::Role Thu Nov 11 2021 05:46:06 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:46:14.499Z [INFO]: 2021-11-11T05:46:14.502Z [INFO]: CREATE_COMPLETE SNSRole AWS::IAM::Role Thu Nov 11 2021 05:46:13 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:46:19.504Z [INFO]: 2021-11-11T05:46:19.506Z [INFO]: CREATE_IN_PROGRESS UserPool AWS::Cognito::UserPool Thu Nov 11 2021 05:46:16 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:46:24.504Z [INFO]: 2021-11-11T05:46:24.506Z [INFO]: CREATE_IN_PROGRESS UserPoolClient AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:46:22 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClientWeb AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:46:22 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE UserPool AWS::Cognito::UserPool Thu Nov 11 2021 05:46:19 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPool AWS::Cognito::UserPool Thu Nov 11 2021 05:46:19 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-11T05:46:29.518Z [INFO]: 2021-11-11T05:46:29.519Z [INFO]: CREATE_IN_PROGRESS UserPoolClientRole AWS::IAM::Role Thu Nov 11 2021 05:46:29 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE UserPoolClient AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:46:25 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClient AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:46:25 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UserPoolClientWeb AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:46:24 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClientWeb AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:46:24 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-11T05:46:34.535Z [INFO]: 2021-11-11T05:46:34.536Z [INFO]: CREATE_IN_PROGRESS UserPoolClientRole AWS::IAM::Role Thu Nov 11 2021 05:46:30 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-11T05:46:44.530Z [INFO]: 2021-11-11T05:46:44.532Z [INFO]: CREATE_COMPLETE UserPoolClientRole AWS::IAM::Role Thu Nov 11 2021 05:46:44 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:46:49.538Z [INFO]: 2021-11-11T05:46:49.540Z [INFO]: CREATE_IN_PROGRESS UserPoolClientLambda AWS::Lambda::Function Thu Nov 11 2021 05:46:47 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:46:54.444Z [INFO]: 2021-11-11T05:46:54.446Z [INFO]: UPDATE_ROLLBACK_IN_PROGRESS amplify-aws-serverless-airline-booking-devb-54510 AWS::CloudFormation::Stack Thu Nov 11 2021 05:46:53 GMT+0000 (Coordinated Universal Time) The following resource(s) failed to create: [authawsserverlessairline44ea6421]. CREATE_FAILED authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Thu Nov 11 2021 05:46:52 GMT+0000 (Coordinated Universal Time) Embedded stack arn:aws:cloudformation:us-east-1:401851678595:stack/amplify-aws-serverless-airline-booking-devb-54510-authawsserverlessairline44ea6421-QFZ9UDAEKH56/a0d22020-42b2-11ec-9d6b-0e272584f303 was not successfully created: The following resource(s) failed to create: [UserPoolClientLambda]. 2021-11-11T05:46:54.639Z [INFO]: 2021-11-11T05:46:54.639Z [INFO]: CREATE_FAILED amplify-aws-serverless-airline-booking-devb-54510-authawsserverlessairline44ea6421-QFZ9UDAEKH56 AWS::CloudFormation::Stack Thu Nov 11 2021 05:46:51 GMT+0000 (Coordinated Universal Time) The following resource(s) failed to create: [UserPoolClientLambda]. CREATE_FAILED UserPoolClientLambda AWS::Lambda::Function Thu Nov 11 2021 05:46:50 GMT+0000 (Coordinated Universal Time) Resource handler returned message: "The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: dbe469d3-e3c8-41ae-a59d-36c181b50e57, Extended Request ID: null)" (RequestToken: d9ad6b73-08bb-45d1-e390-9b9881a816ec, HandlerErrorCode: InvalidRequest) CREATE_IN_PROGRESS UserPoolClientLambda AWS::Lambda::Function Thu Nov 11 2021 05:46:50 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-11T05:47:04.471Z [INFO]: 2021-11-11T05:47:04.473Z [INFO]: UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS amplify-aws-serverless-airline-booking-devb-54510 AWS::CloudFormation::Stack Thu Nov 11 2021 05:47:03 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:09.455Z [INFO]: 2021-11-11T05:47:09.457Z [INFO]: DELETE_COMPLETE UpdateRolesWithIDPFunctionRole AWS::IAM::Role Thu Nov 11 2021 05:47:08 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UpdateRolesWithIDPFunctionRole AWS::IAM::Role Thu Nov 11 2021 05:47:05 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Thu Nov 11 2021 05:47:05 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:09.553Z [INFO]: 2021-11-11T05:47:09.553Z [INFO]: DELETE_IN_PROGRESS amplify-aws-serverless-airline-booking-devb-54510-authawsserverlessairline44ea6421-QFZ9UDAEKH56 AWS::CloudFormation::Stack Thu Nov 11 2021 05:47:06 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-11T05:47:09.747Z [INFO]: 2021-11-11T05:47:09.747Z [INFO]: DELETE_IN_PROGRESS UserPoolClientWeb AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:47:09 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClientLambda AWS::Lambda::Function Thu Nov 11 2021 05:47:09 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:14.549Z [INFO]: 2021-11-11T05:47:14.551Z [INFO]: DELETE_COMPLETE UserPoolClientWeb AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:47:11 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:19.548Z [INFO]: 2021-11-11T05:47:19.550Z [INFO]: DELETE_IN_PROGRESS UserPoolClientRole AWS::IAM::Role Thu Nov 11 2021 05:47:18 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UserPoolClientLambda AWS::Lambda::Function Thu Nov 11 2021 05:47:17 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:24.556Z [INFO]: 2021-11-11T05:47:24.558Z [INFO]: DELETE_COMPLETE UserPoolClient AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:47:23 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClient AWS::Cognito::UserPoolClient Thu Nov 11 2021 05:47:22 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UserPoolClientRole AWS::IAM::Role Thu Nov 11 2021 05:47:20 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:24.764Z [INFO]: 2021-11-11T05:47:24.764Z [INFO]: DELETE_IN_PROGRESS UserPool AWS::Cognito::UserPool Thu Nov 11 2021 05:47:24 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:29.575Z [INFO]: 2021-11-11T05:47:29.577Z [INFO]: DELETE_IN_PROGRESS SNSRole AWS::IAM::Role Thu Nov 11 2021 05:47:27 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UserPool AWS::Cognito::UserPool Thu Nov 11 2021 05:47:26 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:34.580Z [INFO]: 2021-11-11T05:47:34.582Z [INFO]: DELETE_COMPLETE amplify-aws-serverless-airline-booking-devb-54510-authawsserverlessairline44ea6421-QFZ9UDAEKH56 AWS::CloudFormation::Stack Thu Nov 11 2021 05:47:31 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE SNSRole AWS::IAM::Role Thu Nov 11 2021 05:47:30 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:44.482Z [INFO]: 2021-11-11T05:47:44.484Z [INFO]: UPDATE_ROLLBACK_COMPLETE amplify-aws-serverless-airline-booking-devb-54510 AWS::CloudFormation::Stack Thu Nov 11 2021 05:47:40 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Thu Nov 11 2021 05:47:40 GMT+0000 (Coordinated Universal Time) 2021-11-11T05:47:44.714Z [WARNING]: Error updating cloudformation stack 2021-11-11T05:47:49.719Z [INFO]: Following resources failed 2021-11-11T05:47:49.722Z [INFO]: Resource Name: amplify-aws-serverless-airlin-UserPoolClientLambda-bVm7BBoWxmoo (AWS::Lambda::Function) Event Type: create Reason: Resource handler returned message: "The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: dbe469d3-e3c8-41ae-a59d-36c181b50e57, Extended Request ID: null)" (RequestToken: d9ad6b73-08bb-45d1-e390-9b9881a816ec, HandlerErrorCode: InvalidRequest) init failed 2021-11-11T05:47:49.722Z [WARNING]: ✖ An error occurred when pushing the resources to the cloud ✖ There was an error initializing your environment. 2021-11-11T05:47:49.727Z [INFO]: ResourceNotReady: Resource is not in the state stackUpdateComplete at constructor.setError (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/resource_waiter.js:182:47) at Request.CHECK_ACCEPTORS (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/resource_waiter.js:44:12) at Request.callListeners (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:106:20) at Request.emit (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:78:10) at Request.emit (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:686:14) at Request.transition (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:22:10) at AcceptorStateMachine.runTo (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:14:12) at /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:26:10 at Request. (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:38:9) at Request. (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:688:12) { code: 'ResourceNotReady', retryable: false, time: 2021-11-11T05:47:44.714Z, statusCode: 200, retryDelay: 30000 } 2021-11-11T05:47:49.741Z [ERROR]: !!! Build failed 2021-11-11T05:47:49.742Z [ERROR]: !!! Non-Zero Exit Code detected 2021-11-11T05:47:49.742Z [INFO]: # Starting environment caching... 2021-11-11T05:47:49.742Z [INFO]: # Environment caching completed Terminating logging...

heitorlessa commented 2 years ago

Thanks a lot for reporting it Abhishek - the error suggests it’s coming from Amplify Auth stack, as its custom resource it’s using a now deprecated lambda runtime (NodeJS 10x)

https://github.com/aws-samples/aws-serverless-airline-booking/blob/develop/amplify/backend/auth/awsserverlessairline44ea6421/awsserverlessairline44ea6421-cloudformation-template.yml

I’ll look into it how to safely upgrade it this week besides overriding this file with a newer NodeJS Runtime

On Sun, 14 Nov 2021 at 09:09, Abhishek Patil @.***> wrote:

2021-11-11T05:41:11.670Z [INFO]: Git SSH Key acquired 2021-11-11T05:41:11.747Z [INFO]: # Cloning repository: @. :abhishekpatil422/aws-serverless-airline-booking.git 2021-11-11T05:41:11.781Z [INFO]: Agent pid 134 2021-11-11T05:41:11.813Z [INFO]: Identity added: /root/.ssh/git_rsa (/root/.ssh/git_rsa) 2021-11-11T05:41:12.075Z [INFO]: Cloning into 'aws-serverless-airline-booking'... 2021-11-11T05:41:12.267Z [INFO]: Warning: Permanently added the RSA host key for IP address '140.82.113.4' to the list of known hosts. 2021-11-11T05:41:13.059Z [INFO]: # Checking for Git submodules at: /codebuild/output/src057590467/src/aws-serverless-airline-booking/.gitmodules 2021-11-11T05:41:13.081Z [INFO]: # Retrieving environment cache... 2021-11-11T05:41:13.131Z [INFO]: # Retrieved environment cache 2021-11-11T05:41:13.131Z [INFO]: ---- Setting Up SSM Secrets ---- 2021-11-11T05:41:13.132Z [INFO]: SSM params {"Path":"/amplify/dmayfmflr4yzg/devb/","WithDecryption":true} 2021-11-11T05:41:13.187Z [INFO]: # Ensuring NPM package @./cli' is version: 'latest' 2021-11-11T05:41:18.870Z [INFO]: # Patching NPM package @./cli' from 4.29.4 to 6.4.0... 2021-11-11T05:43:25.879Z [INFO]: # Done patching NPM package @./cli' 2021-11-11T05:43:25.969Z [INFO]: # Retrieving cache... 2021-11-11T05:43:26.043Z [INFO]: # Extracting cache... 2021-11-11T05:43:26.052Z [INFO]: # Extraction completed 2021-11-11T05:43:33.124Z [INFO]: ## Starting Backend Build

Starting phase: preBuild

Executing command: npm install -g @@.*** yarn

2021-11-11T05:43:53.381Z [WARNING]: npm WARN deprecated @.: Merge GraphQL Schemas has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-merge-graphql-schemas for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:43:55.719Z [WARNING]: npm WARN deprecated @.: This package has been deprecated and now it only exports makeExecutableSchema.\nAnd it will no longer receive updates.\nWe recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc.\nCheck out https://www.graphql-tools.com to learn what package you should use instead 2021-11-11T05:43:56.173Z [WARNING]: npm WARN 2021-11-11T05:43:56.174Z [WARNING]: deprecated @@.: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:43:58.959Z [WARNING]: npm WARN 2021-11-11T05:43:58.962Z [WARNING]: deprecated @.: Use @graphql-toolkit/* monorepo packages instead. Check https://github.com/ardatan/graphql-toolkit for more details 2021-11-11T05:43:59.862Z [WARNING]: npm WARN deprecated 2021-11-11T05:43:59.862Z [WARNING]: @@.: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:44:01.204Z [WARNING]: npm WARN 2021-11-11T05:44:01.205Z [WARNING]: deprecated @.: https://github.com/lydell/resolve-url#deprecated 2021-11-11T05:44:01.206Z [WARNING]: npm 2021-11-11T05:44:01.206Z [WARNING]: WARN deprecated @.: Please see https://github.com/lydell/urix#deprecated 2021-11-11T05:44:01.443Z [WARNING]: npm WARN 2021-11-11T05:44:01.443Z [WARNING]: deprecated @.: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of @. 2021-11-11T05:44:03.040Z [WARNING]: npm WARN 2021-11-11T05:44:03.043Z [WARNING]: deprecated @@.: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:44:04.965Z [WARNING]: npm WARN deprecated @.: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-11T05:44:08.381Z [WARNING]: npm WARN 2021-11-11T05:44:08.382Z [WARNING]: deprecated @.: Use promise-toolbox/fromEvent instead 2021-11-11T05:44:16.001Z [INFO]: > @.*** preinstall /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn

:; (node ./preinstall.js > /dev/null 2>&1 || true) 2021-11-11T05:44:16.301Z INFO: /root/.nvm/versions/node/v12.21.0/bin/amplify -> @./cli/bin/amplify 2021-11-11T05:44:16.302Z INFO: /root/.nvm/versions/node/v12.21.0/bin/yarn -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn/bin/yarn.js 2021-11-11T05:44:16.302Z INFO: /root/.nvm/versions/node/v12.21.0/bin/yarnpkg -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn/bin/yarn.js 2021-11-11T05:44:16.370Z INFO: > @. postinstall @./cli/node_modules/eslint-plugin-compat/node_modules/core-js node -e "try{require('./postinstall')}catch(e){}" 2021-11-11T05:44:16.446Z INFO: > @@. postinstall @.***/cli node scripts/post-install.js 2021-11-11T05:44:16.596Z INFO: Ignore installation errors for optional dependencies: gyp, fs-ext 2021-11-11T05:44:16.597Z INFO: ---------------------------------------- Successfully installed the Amplify CLI

2021-11-11T05:44:16.597Z INFO: Javascript Getting Started - https://aws-amplify.github.io/docs/js/start Android Getting Started - https://aws-amplify.github.io/docs/android/start iOS Getting Started - https://aws-amplify.github.io/docs/ios/start 2021-11-11T05:44:16.612Z [WARNING]: npm 2021-11-11T05:44:16.613Z [WARNING]: WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 @./cli/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @.: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) 2021-11-11T05:44:16.619Z [WARNING]: npm 2021-11-11T05:44:16.619Z [WARNING]: WARN @. requires a peer of eslint@^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 but none is installed. You must install peer dependencies yourself. 2021-11-11T05:44:16.620Z [WARNING]: 2021-11-11T05:44:16.621Z INFO: + @.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aws-samples/aws-serverless-airline-booking/issues/172, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZPQBAZEE5YTLR4HSYPOZLUL5VDJANCNFSM5H7SOEAQ .

abhishekpatil422 commented 2 years ago

Sure thank you for your help actually i was trying to deploy it for my college project that will be helpful if you upgrade the file's nodejs

heitorlessa commented 2 years ago

Just upgraded in the last commit - sync your fork with this upstream repository (develop branch), and it should work now.

I'll keep this open for a few days to hear from you

https://github.com/aws-samples/aws-serverless-airline-booking/commit/84304e063848da0d69b10bf9bf7c0fe52a7caa07#diff-4d0ff4a6536bf396e2a8d3dbfd920424438616d4298a468cdb94bc4505663ea8R222

abhishekpatil422 commented 2 years ago

Sorry for the late reply but today I tried to build it again and it failed with a GraphQLAPIKey error Here is the log of failed errors. 2021-11-16T04:10:05.601Z [INFO]: Git SSH Key acquired 2021-11-16T04:10:05.675Z [INFO]: # Cloning repository: git@github.com:abhishekpatil422/aws-serverless-airline-booking.git 2021-11-16T04:10:05.721Z [INFO]: Agent pid 133 2021-11-16T04:10:05.760Z [INFO]: Identity added: /root/.ssh/git_rsa (/root/.ssh/git_rsa) 2021-11-16T04:10:06.026Z [INFO]: Cloning into 'aws-serverless-airline-booking'... 2021-11-16T04:10:06.222Z [INFO]: Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts. 2021-11-16T04:10:06.986Z [INFO]: # Checking for Git submodules at: /codebuild/output/src048753397/src/aws-serverless-airline-booking/.gitmodules 2021-11-16T04:10:07.007Z [INFO]: # Retrieving environment cache... 2021-11-16T04:10:07.033Z [INFO]: # Retrieved environment cache 2021-11-16T04:10:07.034Z [INFO]: ---- Setting Up SSM Secrets ---- 2021-11-16T04:10:07.034Z [INFO]: SSM params {"Path":"/amplify/d1di59105ze41j/devc/","WithDecryption":true} 2021-11-16T04:10:07.092Z [INFO]: # Ensuring NPM package '@aws-amplify/cli' is version: 'latest' 2021-11-16T04:10:12.392Z [INFO]: # Patching NPM package '@aws-amplify/cli' from 4.29.4 to 7.3.2... 2021-11-16T04:12:08.224Z [INFO]: # Done patching NPM package '@aws-amplify/cli' 2021-11-16T04:12:08.322Z [INFO]: # Retrieving cache... 2021-11-16T04:12:08.369Z [INFO]: # Extracting cache... 2021-11-16T04:12:08.377Z [INFO]: # Extraction completed 2021-11-16T04:12:16.999Z [INFO]: ## Starting Backend Build

Starting phase: preBuild

                             # Executing command: npm install -g @aws-amplify/cli@6.1.0 yarn

2021-11-16T04:12:51.814Z [WARNING]: npm WARN deprecated graphql-import@0.7.1: GraphQL Import has been deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-import for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-16T04:12:58.472Z [WARNING]: npm WARN deprecated @graphql-toolkit/common@0.9.7: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-16T04:13:00.218Z [WARNING]: npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated 2021-11-16T04:13:00.223Z [WARNING]: npm 2021-11-16T04:13:00.223Z [WARNING]: WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated 2021-11-16T04:13:00.365Z [WARNING]: npm 2021-11-16T04:13:00.365Z [WARNING]: WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. 2021-11-16T04:13:00.674Z [WARNING]: npm WARN 2021-11-16T04:13:00.675Z [WARNING]: deprecated @graphql-toolkit/common@0.6.6: GraphQL Toolkit is deprecated and merged into GraphQL Tools, so it will no longer get updates. Use GraphQL Tools instead to stay up-to-date! Check out https://www.graphql-tools.com/docs/migration-from-toolkit for migration and https://the-guild.dev/blog/graphql-tools-v6 for new changes. 2021-11-16T04:13:03.828Z [WARNING]: npm WARN 2021-11-16T04:13:03.831Z [WARNING]: deprecated event-to-promise@0.8.0: Use promise-toolbox/fromEvent instead 2021-11-16T04:13:09.215Z [INFO]: > yarn@1.22.17 preinstall /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn

:; (node ./preinstall.js > /dev/null 2>&1 || true) 2021-11-16T04:13:09.448Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/amplify -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/bin/amplify 2021-11-16T04:13:09.449Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/yarn -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn/bin/yarn.js 2021-11-16T04:13:09.450Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/yarnpkg -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/yarn/bin/yarn.js 2021-11-16T04:13:09.474Z [INFO]: > @aws-amplify/cli@6.1.0 postinstall /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli node scripts/post-install.js 2021-11-16T04:13:09.625Z [INFO]: 2021-11-16T04:13:09.625Z [INFO]: ---------------------------------------- 2021-11-16T04:13:09.625Z [INFO]: Successfully installed the Amplify CLI

JavaScript Getting Started - https://docs.amplify.aws/start Android Getting Started - https://docs.amplify.aws/start/q/integration/android iOS Getting Started - https://docs.amplify.aws/start/q/integration/ios Flutter Getting Started - https://docs.amplify.aws/start/q/integration/flutter 2021-11-16T04:13:09.626Z [INFO]: Amplify CLI collects anonymized usage data, which is used to help understand how to improve the product. If you don't wish to send anonymized Amplify CLI usage data to AWS, run amplify configure --usage-data-off to opt-out. Learn more - https://docs.amplify.aws/cli/reference/usage-data 2021-11-16T04:13:09.667Z [WARNING]: npm 2021-11-16T04:13:09.667Z [WARNING]: WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/@aws-amplify/cli/node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) 2021-11-16T04:13:09.668Z [INFO]: + yarn@1.22.17

  • @aws-amplify/cli@6.1.0 added 58 packages from 11 contributors, removed 179 packages, updated 90 packages and moved 1 package in 52.373s 2021-11-16T04:13:09.710Z [INFO]: # Executing command: make init 2021-11-16T04:13:09.763Z [INFO]: [] Bootstrapping CI system... 2021-11-16T04:13:09.764Z [INFO]: [] Installing jq... [*] Upgrading Python SAM CLI and CloudFormation linter to the latest version... 2021-11-16T04:13:09.765Z [INFO]: make[1]: Entering directory `/codebuild/output/src048753397/src/aws-serverless-airline-booking' yum install jq -y 2021-11-16T04:13:12.418Z [INFO]: Loaded plugins: ovl, priorities 2021-11-16T04:13:25.726Z [INFO]: Resolving Dependencies 2021-11-16T04:13:25.727Z [INFO]: --> Running transaction check ---> Package jq.x86_64 0:1.5-1.amzn2.0.2 will be installed 2021-11-16T04:13:25.736Z [INFO]: --> Processing Dependency: libonig.so.2()(64bit) for package: jq-1.5-1.amzn2.0.2.x86_64 2021-11-16T04:13:25.763Z [INFO]: --> Running transaction check 2021-11-16T04:13:25.764Z [INFO]: ---> Package oniguruma.x86_64 0:5.9.6-1.amzn2.0.4 will be installed 2021-11-16T04:13:25.806Z [INFO]: --> Finished Dependency Resolution 2021-11-16T04:13:25.982Z [INFO]: Dependencies Resolved 2021-11-16T04:13:25.984Z [INFO]: ================================================================================ Package Arch Version Repository Size

    Installing: jq x86_64 1.5-1.amzn2.0.2 amzn2-core 154 k Installing for dependencies: oniguruma x86_64 5.9.6-1.amzn2.0.4 amzn2-core 127 k Transaction Summary

    Install 1 Package (+1 Dependent package) 2021-11-16T04:13:25.984Z [INFO]: Total download size: 281 k 2021-11-16T04:13:25.984Z [INFO]: Installed size: 890 k Downloading packages: 2021-11-16T04:13:26.049Z [INFO]: -------------------------------------------------------------------------------- 2021-11-16T04:13:26.049Z [INFO]: Total 4.4 MB/s | 281 kB 00:00 2021-11-16T04:13:26.053Z [INFO]: Running transaction check 2021-11-16T04:13:26.056Z [INFO]: Running transaction test 2021-11-16T04:13:26.428Z [INFO]: Transaction test succeeded 2021-11-16T04:13:26.429Z [INFO]: Running transaction 2021-11-16T04:13:26.538Z [INFO]: Installing : oniguruma-5.9.6-1.amzn2.0.4.x86_64 1/2 2021-11-16T04:13:29.387Z [INFO]: Installing : jq-1.5-1.amzn2.0.2.x86_64 2/2 2021-11-16T04:13:29.415Z [INFO]: Verifying : jq-1.5-1.amzn2.0.2.x86_64 1/2 2021-11-16T04:13:29.426Z [INFO]: Verifying : oniguruma-5.9.6-1.amzn2.0.4.x86_64 2/2 2021-11-16T04:13:29.472Z [INFO]: Installed: jq.x86_64 0:1.5-1.amzn2.0.2 Dependency Installed: oniguruma.x86_64 0:5.9.6-1.amzn2.0.4 2021-11-16T04:13:29.473Z [INFO]: Complete! 2021-11-16T04:13:29.497Z [INFO]: python3 -m pip install --upgrade --user cfn-lint aws-sam-cli 2021-11-16T04:13:32.498Z [WARNING]: WARNING: Running pip install with root privileges is generally not a good idea. Try __main__.py install --user instead. 2021-11-16T04:13:32.518Z [INFO]: Collecting cfn-lint 2021-11-16T04:13:32.770Z [INFO]: Downloading https://files.pythonhosted.org/packages/66/09/48b062d58dcb89f201c763b645e0f636b38c2060c0d45df5d25fe8ada8c5/cfn_lint-0.56.0-py3-none-any.whl (7.5MB) 2021-11-16T04:13:33.736Z [INFO]: Collecting aws-sam-cli 2021-11-16T04:13:33.792Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:33.894Z [INFO]: Downloading https://files.pythonhosted.org/packages/29/18/ab7161b64ce2560295839b0fef0c2ad1aedf82c0d764015c6f00809e460f/aws_sam_cli-1.35.0-py3-none-any.whl (7.2MB) 2021-11-16T04:13:34.664Z [INFO]: Collecting sarif-om~=1.0.4 (from cfn-lint) 2021-11-16T04:13:34.702Z [INFO]: Downloading https://files.pythonhosted.org/packages/82/7c/1d3d0467565aa8b3e77ab8712042a09dd1158056826f45783f3d2b34adf1/sarif_om-1.0.4-py3-none-any.whl 2021-11-16T04:13:34.729Z [INFO]: Collecting junit-xml~=1.9 (from cfn-lint) 2021-11-16T04:13:34.760Z [INFO]: Downloading https://files.pythonhosted.org/packages/2a/93/2d896b5fd3d79b4cadd8882c06650e66d003f465c9d12c488d92853dff78/junit_xml-1.9-py2.py3-none-any.whl 2021-11-16T04:13:34.781Z [INFO]: Collecting aws-sam-translator>=1.40.0 (from cfn-lint) 2021-11-16T04:13:34.822Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:34.847Z [INFO]: Downloading https://files.pythonhosted.org/packages/cd/e1/2b31d36381faaa43c8daef3bd8bdd77b81ed1cbc14f72b40f07cb3dbde30/aws_sam_translator-1.40.0-py3-none-any.whl (206kB) 2021-11-16T04:13:34.914Z [INFO]: Collecting jsonpatch (from cfn-lint) 2021-11-16T04:13:34.962Z [INFO]: Downloading https://files.pythonhosted.org/packages/a3/55/f7c93bae36d869292aedfbcbae8b091386194874f16390d680136edd2b28/jsonpatch-1.32-py2.py3-none-any.whl 2021-11-16T04:13:34.984Z [INFO]: Collecting jsonschema~=3.0 (from cfn-lint) 2021-11-16T04:13:35.038Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:35.086Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:35.088Z [INFO]: Downloading https://files.pythonhosted.org/packages/c5/8f/51e89ce52a085483359217bc72cdbf6e75ee595d5b1d4b5ade40c7e018b8/jsonschema-3.2.0-py2.py3-none-any.whl (56kB) 2021-11-16T04:13:35.126Z [INFO]: Collecting six>=1.11 (from cfn-lint) 2021-11-16T04:13:35.173Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:35.189Z [INFO]: Downloading https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl 2021-11-16T04:13:35.212Z [INFO]: Collecting jschema-to-python~=1.2.3 (from cfn-lint) 2021-11-16T04:13:35.243Z [INFO]: Downloading https://files.pythonhosted.org/packages/31/9e/1b6819a87c3f59170406163ba17bc55b0abe18ae552f53d2b0a2025f9c63/jschema_to_python-1.2.3-py3-none-any.whl 2021-11-16T04:13:35.267Z [INFO]: Collecting networkx~=2.4; python_version >= "3.5" (from cfn-lint) 2021-11-16T04:13:35.321Z [INFO]: Downloading https://files.pythonhosted.org/packages/e9/93/aa6613aa70d6eb4868e667068b5a11feca9645498fd31b954b6c4bb82fa5/networkx-2.6.3-py3-none-any.whl (1.9MB) 2021-11-16T04:13:35.585Z [INFO]: Collecting pyyaml>5.4; python_version != "3.5" (from cfn-lint) 2021-11-16T04:13:35.627Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:35.702Z [INFO]: Downloading https://files.pythonhosted.org/packages/eb/5f/6e6fe6904e1a9c67bc2ca5629a69e7a5a0b17f079da838bab98a1e548b25/PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596kB) 2021-11-16T04:13:35.779Z [INFO]: Collecting jmespath~=0.10.0 (from aws-sam-cli) 2021-11-16T04:13:35.796Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:35.808Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:35.810Z [INFO]: Downloading https://files.pythonhosted.org/packages/07/cb/5f001272b6faeb23c1c9e0acc04d48eaaf5c862c17709d20e3469c6e0139/jmespath-0.10.0-py2.py3-none-any.whl 2021-11-16T04:13:35.832Z [INFO]: Collecting aws-lambda-builders==1.9.0 (from aws-sam-cli) 2021-11-16T04:13:35.850Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:35.882Z [INFO]: Downloading https://files.pythonhosted.org/packages/7a/7c/7563b0d32ac9619c156a0255169222c4b36844652bd9ca960c238efbb00c/aws_lambda_builders-1.9.0-py3-none-any.whl (102kB) 2021-11-16T04:13:35.929Z [INFO]: Collecting tomlkit==0.7.2 (from aws-sam-cli) 2021-11-16T04:13:35.976Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:36.003Z [INFO]: Downloading https://files.pythonhosted.org/packages/eb/ef/5bd27c1a8040874cc863c263bf38857b5607017b656943c6c93b29bc8f42/tomlkit-0.7.2-py2.py3-none-any.whl 2021-11-16T04:13:36.041Z [INFO]: Collecting cookiecutter~=1.7.2 (from aws-sam-cli) 2021-11-16T04:13:36.092Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:36.109Z [INFO]: Downloading https://files.pythonhosted.org/packages/a2/62/d061b19f307455506e63825586e2e1816b71d56b4a5873c278cb315b9660/cookiecutter-1.7.3-py2.py3-none-any.whl 2021-11-16T04:13:36.140Z [INFO]: Collecting Flask~=1.1.2 (from aws-sam-cli) 2021-11-16T04:13:36.156Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:36.187Z [INFO]: Downloading https://files.pythonhosted.org/packages/e8/6d/994208daa354f68fd89a34a8bafbeaab26fda84e7af1e35bdaed02b667e6/Flask-1.1.4-py2.py3-none-any.whl (94kB) 2021-11-16T04:13:36.228Z [INFO]: Collecting watchdog==2.1.2 (from aws-sam-cli) 2021-11-16T04:13:36.244Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:36.298Z [INFO]: Downloading https://files.pythonhosted.org/packages/ad/9e/df37da9de16e02d8a4230dcd09d4bf7ced6cd97e1f421cbade133a011e3f/watchdog-2.1.2.tar.gz (107kB) 2021-11-16T04:13:36.874Z [INFO]: Collecting serverlessrepo==0.1.10 (from aws-sam-cli) 2021-11-16T04:13:36.891Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:36.930Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:36.932Z [INFO]: Downloading https://files.pythonhosted.org/packages/fa/3a/0cc09e616bd4f20f108b01cd2b85bc73151698c57e772aadf32773e20763/serverlessrepo-0.1.10-py2.py3-none-any.whl 2021-11-16T04:13:36.957Z [INFO]: Collecting typing-extensions==3.10.0.0 (from aws-sam-cli) 2021-11-16T04:13:36.985Z [INFO]: Downloading https://files.pythonhosted.org/packages/2e/35/6c4fff5ab443b57116cb1aad46421fb719bed2825664e8fe77d66d99bcbc/typing_extensions-3.10.0.0-py3-none-any.whl 2021-11-16T04:13:37.007Z [INFO]: Collecting boto3~=1.18 (from aws-sam-cli) 2021-11-16T04:13:37.035Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:37.455Z [INFO]: Downloading https://files.pythonhosted.org/packages/ec/6a/8599f7c2abd05159fbf435547a298b29f71d581494154a2e92308f69357e/boto3-1.20.6-py3-none-any.whl (131kB) 2021-11-16T04:13:37.496Z [INFO]: Collecting regex==2021.9.30 (from aws-sam-cli) 2021-11-16T04:13:37.539Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.049Z [INFO]: Downloading https://files.pythonhosted.org/packages/f9/7e/6078e66af0d3a3a9916b93d8dad433f7c56a0589730b9ce377bbc9233147/regex-2021.9.30-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (669kB) 2021-11-16T04:13:38.132Z [INFO]: Collecting chevron~=0.12 (from aws-sam-cli) 2021-11-16T04:13:38.148Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.160Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.168Z [INFO]: Downloading https://files.pythonhosted.org/packages/52/93/342cc62a70ab727e093ed98e02a725d85b746345f05d2b5e5034649f4ec8/chevron-0.14.0-py3-none-any.whl 2021-11-16T04:13:38.188Z [INFO]: Collecting requests==2.25.1 (from aws-sam-cli) 2021-11-16T04:13:38.236Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.283Z [INFO]: Downloading https://files.pythonhosted.org/packages/29/c1/24814557f1d22c56d50280771a17307e6bf87b70727d975fd6b2ce6b014a/requests-2.25.1-py2.py3-none-any.whl (61kB) 2021-11-16T04:13:38.317Z [INFO]: Collecting tzlocal==3.0 (from aws-sam-cli) 2021-11-16T04:13:38.332Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.351Z [INFO]: Downloading https://files.pythonhosted.org/packages/99/73/0b78b979e457bde19266130929b1fceee7c31a2d68169048b34e997c5665/tzlocal-3.0-py3-none-any.whl 2021-11-16T04:13:38.375Z [INFO]: Collecting docker~=4.2.0 (from aws-sam-cli) 2021-11-16T04:13:38.391Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.467Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.470Z [INFO]: Downloading https://files.pythonhosted.org/packages/3c/15/7a2f095a3b8b0fff9a0a5f56bd941e05fa958d4ca31105541001a5f7d3eb/docker-4.2.2-py2.py3-none-any.whl (144kB) 2021-11-16T04:13:38.519Z [INFO]: Collecting click~=7.1 (from aws-sam-cli) 2021-11-16T04:13:38.538Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.561Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.563Z [INFO]: Downloading https://files.pythonhosted.org/packages/d2/3d/fa76db83bf75c4f8d338c2fd15c8d33fdd7ad23a9b5e57eb6c5de26b430e/click-7.1.2-py2.py3-none-any.whl (82kB) 2021-11-16T04:13:38.592Z [INFO]: Collecting dateparser~=1.0 (from aws-sam-cli) 2021-11-16T04:13:38.618Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.635Z [INFO]: Downloading https://files.pythonhosted.org/packages/ab/89/0cf5decad6e8d77e639df4560409f060cd4365e0294caa41666a73c5f367/dateparser-1.1.0-py2.py3-none-any.whl (288kB) 2021-11-16T04:13:38.709Z [INFO]: Collecting attrs (from sarif-om~=1.0.4->cfn-lint) 2021-11-16T04:13:38.729Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:38.750Z [INFO]: Downloading https://files.pythonhosted.org/packages/20/a9/ba6f1cd1a1517ff022b35acd6a7e4246371dfab08b8e42b829b6d07913cc/attrs-21.2.0-py2.py3-none-any.whl (53kB) 2021-11-16T04:13:38.798Z [INFO]: Collecting pbr (from sarif-om~=1.0.4->cfn-lint) 2021-11-16T04:13:38.848Z [INFO]: Downloading https://files.pythonhosted.org/packages/58/4e/98f141d6edcb41b4dd50bb2b70f072dcd4facb6f96685c2fca1f647d71f5/pbr-5.7.0-py2.py3-none-any.whl (112kB) 2021-11-16T04:13:38.881Z [INFO]: Collecting jsonpointer>=1.9 (from jsonpatch->cfn-lint) 2021-11-16T04:13:38.910Z [INFO]: Downloading https://files.pythonhosted.org/packages/fe/38/6d04fe1f9bc0b5769cd2bb35868c862b59edbd2efcdb296671c9c982ef0f/jsonpointer-2.2-py2.py3-none-any.whl 2021-11-16T04:13:38.930Z [INFO]: Collecting importlib-metadata; python_version < "3.8" (from jsonschema~=3.0->cfn-lint) 2021-11-16T04:13:39.018Z [INFO]: Downloading https://files.pythonhosted.org/packages/c4/1f/e2238896149df09953efcc53bdcc7d23597d6c53e428c30e572eda5ec6eb/importlib_metadata-4.8.2-py3-none-any.whl 2021-11-16T04:13:39.325Z [INFO]: Collecting setuptools (from jsonschema~=3.0->cfn-lint) 2021-11-16T04:13:39.599Z [INFO]: Downloading https://files.pythonhosted.org/packages/ed/60/15ee37d6d3385e6a432d39b5ac51f8467178ad989ba50f2b55681c1a038e/setuptools-59.1.1-py3-none-any.whl (951kB) 2021-11-16T04:13:39.729Z [INFO]: Collecting pyrsistent>=0.14.0 (from jsonschema~=3.0->cfn-lint) 2021-11-16T04:13:39.746Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:39.772Z [INFO]: Downloading https://files.pythonhosted.org/packages/b6/31/6e33022d5056ac64972f2d1411ba04261668e5d4e90b23c115f2e81283bc/pyrsistent-0.18.0-cp37-cp37m-manylinux1_x86_64.whl (119kB) 2021-11-16T04:13:39.808Z [INFO]: Collecting jsonpickle (from jschema-to-python~=1.2.3->cfn-lint) 2021-11-16T04:13:39.837Z [INFO]: Downloading https://files.pythonhosted.org/packages/bb/1a/f2db026d4d682303793559f1c2bb425ba3ec0d6fd7ac63397790443f2461/jsonpickle-2.0.0-py2.py3-none-any.whl 2021-11-16T04:13:39.878Z [INFO]: Collecting wheel (from aws-lambda-builders==1.9.0->aws-sam-cli) 2021-11-16T04:13:39.894Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:39.930Z [INFO]: Downloading https://files.pythonhosted.org/packages/04/80/cad93b40262f5d09f6de82adbee452fd43cdff60830b56a74c5930f7e277/wheel-0.37.0-py2.py3-none-any.whl 2021-11-16T04:13:39.955Z [INFO]: Collecting poyo>=0.5.0 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:39.970Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.005Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.008Z [INFO]: Downloading https://files.pythonhosted.org/packages/42/50/0b0820601bde2eda403f47b9a4a1f270098ed0dd4c00c443d883164bdccc/poyo-0.5.0-py2.py3-none-any.whl 2021-11-16T04:13:40.029Z [INFO]: Collecting python-slugify>=4.0.0 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:40.048Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.062Z [INFO]: Downloading https://files.pythonhosted.org/packages/7e/e2/0c8be1e3b237d11f10963c7cef82e4d98d70ca6e176f3922dddf7bfc7026/python_slugify-5.0.2-py2.py3-none-any.whl 2021-11-16T04:13:40.083Z [INFO]: Collecting jinja2-time>=0.2.0 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:40.099Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.124Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.126Z [INFO]: Downloading https://files.pythonhosted.org/packages/6a/a1/d44fa38306ffa34a7e1af09632b158e13ec89670ce491f8a15af3ebcb4e4/jinja2_time-0.2.0-py2.py3-none-any.whl 2021-11-16T04:13:40.148Z [INFO]: Collecting Jinja2<4.0.0,>=2.7 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:40.163Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.189Z [INFO]: Downloading https://files.pythonhosted.org/packages/20/9a/e5d9ec41927401e41aea8af6d16e78b5e612bca4699d417f646a9610a076/Jinja2-3.0.3-py3-none-any.whl (133kB) 2021-11-16T04:13:40.226Z [INFO]: Collecting binaryornot>=0.4.4 (from cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:40.242Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.250Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.252Z [INFO]: Downloading https://files.pythonhosted.org/packages/24/7e/f7b6f453e6481d1e233540262ccbfcf89adcd43606f44a028d7f5fae5eb2/binaryornot-0.4.4-py2.py3-none-any.whl 2021-11-16T04:13:40.274Z [INFO]: Collecting Werkzeug<2.0,>=0.15 (from Flask~=1.1.2->aws-sam-cli) 2021-11-16T04:13:40.289Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.344Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.349Z [INFO]: Downloading https://files.pythonhosted.org/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298kB) 2021-11-16T04:13:40.406Z [INFO]: Collecting itsdangerous<2.0,>=0.24 (from Flask~=1.1.2->aws-sam-cli) 2021-11-16T04:13:40.424Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.437Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:40.439Z [INFO]: Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl 2021-11-16T04:13:40.461Z [INFO]: Collecting botocore<1.24.0,>=1.23.6 (from boto3~=1.18->aws-sam-cli) 2021-11-16T04:13:40.478Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:41.003Z [INFO]: Downloading https://files.pythonhosted.org/packages/67/54/24e26c5b0665e7241d8227b9ff0432a6dc0f6781a0954ab611887be199ee/botocore-1.23.6-py3-none-any.whl (8.1MB) 2021-11-16T04:13:41.958Z [INFO]: Collecting s3transfer<0.6.0,>=0.5.0 (from boto3~=1.18->aws-sam-cli) 2021-11-16T04:13:41.998Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.014Z [INFO]: Downloading https://files.pythonhosted.org/packages/ab/84/fc3717a7b7f0f6bb08af593127171f08e3e0087c197922da09c01bfe7c3a/s3transfer-0.5.0-py3-none-any.whl (79kB) 2021-11-16T04:13:42.044Z [INFO]: Collecting chardet<5,>=3.0.2 (from requests==2.25.1->aws-sam-cli) 2021-11-16T04:13:42.063Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.074Z [INFO]: Downloading https://files.pythonhosted.org/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178kB) 2021-11-16T04:13:42.114Z [INFO]: Collecting certifi>=2017.4.17 (from requests==2.25.1->aws-sam-cli) 2021-11-16T04:13:42.132Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.156Z [INFO]: Downloading https://files.pythonhosted.org/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl (149kB) 2021-11-16T04:13:42.188Z [INFO]: Collecting idna<3,>=2.5 (from requests==2.25.1->aws-sam-cli) 2021-11-16T04:13:42.204Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.218Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.220Z [INFO]: Downloading https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58kB) 2021-11-16T04:13:42.246Z [INFO]: Collecting urllib3<1.27,>=1.21.1 (from requests==2.25.1->aws-sam-cli) 2021-11-16T04:13:42.277Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.317Z [INFO]: Downloading https://files.pythonhosted.org/packages/af/f4/524415c0744552cce7d8bf3669af78e8a069514405ea4fcbd0cc44733744/urllib3-1.26.7-py2.py3-none-any.whl (138kB) 2021-11-16T04:13:42.385Z [INFO]: Collecting backports.zoneinfo; python_version < "3.9" (from tzlocal==3.0->aws-sam-cli) 2021-11-16T04:13:42.421Z [INFO]: Downloading https://files.pythonhosted.org/packages/4c/7e/ed8af95bed90eeccfb4a4fe6ec424bc7a79e1aa983e54dd1d9062d9fa20b/backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl (70kB) 2021-11-16T04:13:42.450Z [INFO]: Collecting websocket-client>=0.32.0 (from docker~=4.2.0->aws-sam-cli) 2021-11-16T04:13:42.467Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.493Z [INFO]: Downloading https://files.pythonhosted.org/packages/55/44/030ea47390896c8d6dc9995c8e9a4c5df3a161cd45416d88119036c73eda/websocket_client-1.2.1-py2.py3-none-any.whl (52kB) 2021-11-16T04:13:42.522Z [INFO]: Collecting pytz (from dateparser~=1.0->aws-sam-cli) 2021-11-16T04:13:42.538Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.641Z [INFO]: Downloading https://files.pythonhosted.org/packages/d3/e3/d9f046b5d1c94a3aeab15f1f867aa414f8ee9d196fae6865f1d6a0ee1a0b/pytz-2021.3-py2.py3-none-any.whl (503kB) 2021-11-16T04:13:42.750Z [INFO]: Collecting python-dateutil (from dateparser~=1.0->aws-sam-cli) 2021-11-16T04:13:42.768Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.787Z [INFO]: Downloading https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247kB) 2021-11-16T04:13:42.830Z [INFO]: Collecting zipp>=0.5 (from importlib-metadata; python_version < "3.8"->jsonschema~=3.0->cfn-lint) 2021-11-16T04:13:42.880Z [INFO]: Downloading https://files.pythonhosted.org/packages/bd/df/d4a4974a3e3957fd1c1fa3082366d7fff6e428ddb55f074bf64876f8e8ad/zipp-3.6.0-py3-none-any.whl 2021-11-16T04:13:42.910Z [INFO]: Collecting text-unidecode>=1.3 (from python-slugify>=4.0.0->cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:42.926Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.933Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:42.935Z [INFO]: Downloading https://files.pythonhosted.org/packages/a6/a5/c0b6468d3824fe3fde30dbb5e1f687b291608f9473681bbf7dabbf5a87d7/text_unidecode-1.3-py2.py3-none-any.whl (78kB) 2021-11-16T04:13:42.961Z [INFO]: Collecting arrow (from jinja2-time>=0.2.0->cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:43.055Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:43.089Z [INFO]: Downloading https://files.pythonhosted.org/packages/f4/97/a6b394b0ee6c9a7f645308f3a205c6cfe4fc804aac1bf29e4aebb5cd5a16/arrow-1.2.1-py3-none-any.whl (63kB) 2021-11-16T04:13:43.118Z [INFO]: Collecting MarkupSafe>=2.0 (from Jinja2<4.0.0,>=2.7->cookiecutter~=1.7.2->aws-sam-cli) 2021-11-16T04:13:43.134Z [WARNING]: Cache entry deserialization failed, entry ignored 2021-11-16T04:13:43.192Z [INFO]: Downloading https://files.pythonhosted.org/packages/d7/56/9d9c0dc2b0f5dc342ff9c7df31c523cc122947970b5ea943b2311be0c391/MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl 2021-11-16T04:13:43.206Z [INFO]: Installing collected packages: attrs, pbr, sarif-om, six, junit-xml, typing-extensions, zipp, importlib-metadata, setuptools, pyrsistent, jsonschema, jmespath, python-dateutil, urllib3, botocore, s3transfer, boto3, aws-sam-translator, jsonpointer, jsonpatch, jsonpickle, jschema-to-python, networkx, pyyaml, cfn-lint, wheel, aws-lambda-builders, tomlkit, poyo, click, chardet, certifi, idna, requests, text-unidecode, python-slugify, MarkupSafe, Jinja2, arrow, jinja2-time, binaryornot, cookiecutter, Werkzeug, itsdangerous, Flask, watchdog, serverlessrepo, regex, chevron, backports.zoneinfo, tzlocal, websocket-client, docker, pytz, dateparser, aws-sam-cli 2021-11-16T04:13:46.008Z [INFO]: Running setup.py install for watchdog: started 2021-11-16T04:13:46.256Z [INFO]: Running setup.py install for watchdog: finished with status 'done' 2021-11-16T04:13:47.755Z [INFO]: Successfully installed Flask-1.1.4 Jinja2-3.0.3 MarkupSafe-2.0.1 Werkzeug-1.0.1 arrow-1.2.1 attrs-21.2.0 aws-lambda-builders-1.9.0 aws-sam-cli-1.35.0 aws-sam-translator-1.40.0 backports.zoneinfo-0.2.1 binaryornot-0.4.4 boto3-1.20.6 botocore-1.23.6 certifi-2021.10.8 cfn-lint-0.56.0 chardet-4.0.0 chevron-0.14.0 click-7.1.2 cookiecutter-1.7.3 dateparser-1.1.0 docker-4.2.2 idna-2.10 importlib-metadata-4.8.2 itsdangerous-1.1.0 jinja2-time-0.2.0 jmespath-0.10.0 jschema-to-python-1.2.3 jsonpatch-1.32 jsonpickle-2.0.0 jsonpointer-2.2 jsonschema-3.2.0 junit-xml-1.9 networkx-2.6.3 pbr-5.7.0 poyo-0.5.0 pyrsistent-0.18.0 python-dateutil-2.8.2 python-slugify-5.0.2 pytz-2021.3 pyyaml-6.0 regex-2021.9.30 requests-2.25.1 s3transfer-0.5.0 sarif-om-1.0.4 serverlessrepo-0.1.10 setuptools-59.1.1 six-1.16.0 text-unidecode-1.3 tomlkit-0.7.2 typing-extensions-3.10.0.0 tzlocal-3.0 urllib3-1.26.7 watchdog-2.1.2 websocket-client-1.2.1 wheel-0.37.0 zipp-3.6.0 2021-11-16T04:13:47.997Z [INFO]: npm -g install aws-cdk 2021-11-16T04:13:53.161Z [INFO]: /root/.nvm/versions/node/v12.21.0/bin/cdk -> /root/.nvm/versions/node/v12.21.0/lib/node_modules/aws-cdk/bin/cdk 2021-11-16T04:13:53.192Z [INFO]: + aws-cdk@1.132.0 added 198 packages from 231 contributors in 4.897s 2021-11-16T04:13:53.204Z [INFO]: make[1]: Leaving directory `/codebuild/output/src048753397/src/aws-serverless-airline-booking' 2021-11-16T04:13:53.205Z [INFO]: # Executing command: aws configure set cli_follow_urlparam false 2021-11-16T04:13:57.754Z [INFO]: # Executing command: export AWS_BRANCH=develop 2021-11-16T04:13:57.757Z [INFO]: # Completed phase: preBuild

    Starting phase: build

    2021-11-16T04:14:02.158Z [INFO]: Note: It is recommended to run this command from the root of your app directory 2021-11-16T04:14:07.315Z [INFO]: Amplify AppID found: d1di59105ze41j. Amplify App name is: aws-serverless-airline-booking 2021-11-16T04:14:07.366Z [INFO]: Adding backend environment devc to AWS Amplify Console app: d1di59105ze41j 2021-11-16T04:14:07.426Z [WARNING]: - Initializing project in the cloud... 2021-11-16T04:14:12.741Z [INFO]: 2021-11-16T04:14:12.743Z [INFO]: CREATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407 AWS::CloudFormation::Stack Tue Nov 16 2021 04:14:07 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:14:12.840Z [INFO]: 2021-11-16T04:14:12.840Z [INFO]: CREATE_IN_PROGRESS UnauthRole AWS::IAM::Role Tue Nov 16 2021 04:14:12 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:14:17.744Z [INFO]: 2021-11-16T04:14:17.747Z [INFO]: CREATE_IN_PROGRESS AuthRole AWS::IAM::Role Tue Nov 16 2021 04:14:12 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS DeploymentBucket AWS::S3::Bucket Tue Nov 16 2021 04:14:12 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS AuthRole AWS::IAM::Role Tue Nov 16 2021 04:14:13 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS UnauthRole AWS::IAM::Role Tue Nov 16 2021 04:14:13 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS DeploymentBucket AWS::S3::Bucket Tue Nov 16 2021 04:14:13 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:14:27.752Z [INFO]: 2021-11-16T04:14:27.754Z [INFO]: CREATE_COMPLETE AuthRole AWS::IAM::Role Tue Nov 16 2021 04:14:26 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE UnauthRole AWS::IAM::Role Tue Nov 16 2021 04:14:26 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:14:37.750Z [INFO]: 2021-11-16T04:14:37.751Z [INFO]: CREATE_COMPLETE DeploymentBucket AWS::S3::Bucket Tue Nov 16 2021 04:14:35 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE amplify-awsserverlessairline-devc-41407 AWS::CloudFormation::Stack Tue Nov 16 2021 04:14:37 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:14:37.839Z [WARNING]: ✔ Successfully created initial AWS cloud resources for deployments. 2021-11-16T04:14:37.893Z [WARNING]: - Uploading files... 2021-11-16T04:14:37.964Z [WARNING]: - Uploading files... 2021-11-16T04:14:38.077Z [WARNING]: - Uploading files... 2021-11-16T04:14:38.139Z [WARNING]: - Uploading files... 2021-11-16T04:14:38.204Z [WARNING]: - Uploading files... 2021-11-16T04:14:38.613Z [WARNING]: - Initializing your environment: devc 2021-11-16T04:14:38.614Z [WARNING]: ✔ Initialized provider successfully. 2021-11-16T04:14:38.967Z [INFO]:  The following types do not have '@auth' enabled. Consider using @auth with @model 2021-11-16T04:14:38.968Z [INFO]:  - Flight Learn more about @auth here: https://docs.amplify.aws/cli/graphql-transformer/auth  2021-11-16T04:14:38.969Z [INFO]: ⚠️ Your instance type for OpenSearch is t2.small, you may experience performance issues or data loss. Consider reconfiguring with the instructions here https://docs.amplify.aws/cli/graphql-transformer/searchable/ 2021-11-16T04:14:39.289Z [INFO]:  GraphQL schema compiled successfully. Edit your schema at /codebuild/output/src048753397/src/aws-serverless-airline-booking/amplify/backend/api/awsserverlessairline/schema.graphql or place .graphql files in a directory at /codebuild/output/src048753397/src/aws-serverless-airline-booking/amplify/backend/api/awsserverlessairline/schema 2021-11-16T04:14:39.294Z [WARNING]: - Uploading files... 2021-11-16T04:14:39.572Z [WARNING]: - Updating resources in the cloud. This may take a few minutes... 2021-11-16T04:14:45.243Z [INFO]: 2021-11-16T04:14:45.245Z [INFO]: UPDATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407 AWS::CloudFormation::Stack Tue Nov 16 2021 04:14:40 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:14:50.254Z [INFO]: 2021-11-16T04:14:50.255Z [INFO]: CREATE_IN_PROGRESS UpdateRolesWithIDPFunctionRole AWS::IAM::Role Tue Nov 16 2021 04:14:45 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Tue Nov 16 2021 04:14:45 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UpdateRolesWithIDPFunctionRole AWS::IAM::Role Tue Nov 16 2021 04:14:46 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Tue Nov 16 2021 04:14:46 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:14:50.306Z [INFO]: 2021-11-16T04:14:50.306Z [INFO]: CREATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-authawsserverlessairline44ea6421-1B0VQLBGFC36R AWS::CloudFormation::Stack Tue Nov 16 2021 04:14:46 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:14:55.320Z [INFO]: 2021-11-16T04:14:55.322Z [INFO]: CREATE_IN_PROGRESS SNSRole AWS::IAM::Role Tue Nov 16 2021 04:14:54 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:00.354Z [INFO]: 2021-11-16T04:15:00.356Z [INFO]: CREATE_IN_PROGRESS SNSRole AWS::IAM::Role Tue Nov 16 2021 04:14:55 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:15:05.260Z [INFO]: 2021-11-16T04:15:05.262Z [INFO]: CREATE_COMPLETE UpdateRolesWithIDPFunctionRole AWS::IAM::Role Tue Nov 16 2021 04:15:00 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:10.328Z [INFO]: 2021-11-16T04:15:10.329Z [INFO]: CREATE_COMPLETE SNSRole AWS::IAM::Role Tue Nov 16 2021 04:15:09 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:15.345Z [INFO]: 2021-11-16T04:15:15.346Z [INFO]: CREATE_IN_PROGRESS UserPool AWS::Cognito::UserPool Tue Nov 16 2021 04:15:13 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:20.345Z [INFO]: 2021-11-16T04:15:20.346Z [INFO]: CREATE_IN_PROGRESS UserPool AWS::Cognito::UserPool Tue Nov 16 2021 04:15:16 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UserPool AWS::Cognito::UserPool Tue Nov 16 2021 04:15:16 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClient AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:15:19 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClientWeb AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:15:20 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:25.340Z [INFO]: 2021-11-16T04:15:25.342Z [INFO]: CREATE_IN_PROGRESS UserPoolClient AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:15:21 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UserPoolClient AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:15:21 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClientWeb AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:15:21 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UserPoolClientWeb AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:15:22 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:25.543Z [INFO]: 2021-11-16T04:15:25.544Z [INFO]: CREATE_IN_PROGRESS UserPoolClientRole AWS::IAM::Role Tue Nov 16 2021 04:15:25 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:30.350Z [INFO]: 2021-11-16T04:15:30.352Z [INFO]: CREATE_IN_PROGRESS UserPoolClientRole AWS::IAM::Role Tue Nov 16 2021 04:15:26 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:15:40.370Z [INFO]: 2021-11-16T04:15:40.371Z [INFO]: CREATE_COMPLETE UserPoolClientRole AWS::IAM::Role Tue Nov 16 2021 04:15:39 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:45.382Z [INFO]: 2021-11-16T04:15:45.384Z [INFO]: CREATE_IN_PROGRESS UserPoolClientLambda AWS::Lambda::Function Tue Nov 16 2021 04:15:43 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:50.390Z [INFO]: 2021-11-16T04:15:50.391Z [INFO]: CREATE_IN_PROGRESS UserPoolClientLambda AWS::Lambda::Function Tue Nov 16 2021 04:15:46 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UserPoolClientLambda AWS::Lambda::Function Tue Nov 16 2021 04:15:47 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:15:55.375Z [INFO]: 2021-11-16T04:15:55.376Z [INFO]: CREATE_IN_PROGRESS UserPoolClientLambdaPolicy AWS::IAM::Policy Tue Nov 16 2021 04:15:50 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClientLambdaPolicy AWS::IAM::Policy Tue Nov 16 2021 04:15:51 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:16:05.375Z [INFO]: 2021-11-16T04:16:05.376Z [INFO]: CREATE_COMPLETE UserPoolClientLambdaPolicy AWS::IAM::Policy Tue Nov 16 2021 04:16:03 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:16:10.417Z [INFO]: 2021-11-16T04:16:10.418Z [INFO]: CREATE_IN_PROGRESS UserPoolClientLogPolicy AWS::IAM::Policy Tue Nov 16 2021 04:16:07 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClientLogPolicy AWS::IAM::Policy Tue Nov 16 2021 04:16:08 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:16:25.391Z [INFO]: 2021-11-16T04:16:25.393Z [INFO]: CREATE_COMPLETE UserPoolClientLogPolicy AWS::IAM::Policy Tue Nov 16 2021 04:16:21 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UserPoolClientInputs Custom::LambdaCallout Tue Nov 16 2021 04:16:24 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:16:30.411Z [INFO]: 2021-11-16T04:16:30.413Z [INFO]: CREATE_IN_PROGRESS UserPoolClientInputs Custom::LambdaCallout Tue Nov 16 2021 04:16:28 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UserPoolClientInputs Custom::LambdaCallout Tue Nov 16 2021 04:16:28 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:16:35.397Z [INFO]: 2021-11-16T04:16:35.398Z [INFO]: CREATE_IN_PROGRESS IdentityPool AWS::Cognito::IdentityPool Tue Nov 16 2021 04:16:31 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS IdentityPool AWS::Cognito::IdentityPool Tue Nov 16 2021 04:16:33 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE IdentityPool AWS::Cognito::IdentityPool Tue Nov 16 2021 04:16:34 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:16:40.405Z [INFO]: 2021-11-16T04:16:40.406Z [INFO]: CREATE_IN_PROGRESS IdentityPoolRoleMap AWS::Cognito::IdentityPoolRoleAttachment Tue Nov 16 2021 04:16:38 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:16:45.405Z [INFO]: 2021-11-16T04:16:45.406Z [INFO]: CREATE_IN_PROGRESS IdentityPoolRoleMap AWS::Cognito::IdentityPoolRoleAttachment Tue Nov 16 2021 04:16:40 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE IdentityPoolRoleMap AWS::Cognito::IdentityPoolRoleAttachment Tue Nov 16 2021 04:16:40 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE amplify-awsserverlessairline-devc-41407-authawsserverlessairline44ea6421-1B0VQLBGFC36R AWS::CloudFormation::Stack Tue Nov 16 2021 04:16:43 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:17:05.340Z [INFO]: 2021-11-16T04:17:05.341Z [INFO]: CREATE_COMPLETE authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Tue Nov 16 2021 04:17:03 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:17:10.345Z [INFO]: 2021-11-16T04:17:10.347Z [INFO]: CREATE_IN_PROGRESS UpdateRolesWithIDPFunction AWS::Lambda::Function Tue Nov 16 2021 04:17:06 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS apiawsserverlessairline AWS::CloudFormation::Stack Tue Nov 16 2021 04:17:06 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS apiawsserverlessairline AWS::CloudFormation::Stack Tue Nov 16 2021 04:17:07 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS UpdateRolesWithIDPFunction AWS::Lambda::Function Tue Nov 16 2021 04:17:09 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:17:10.417Z [INFO]: 2021-11-16T04:17:10.417Z [INFO]: CREATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO AWS::CloudFormation::Stack Tue Nov 16 2021 04:17:07 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:17:15.361Z [INFO]: 2021-11-16T04:17:15.362Z [INFO]: CREATE_COMPLETE UpdateRolesWithIDPFunction AWS::Lambda::Function Tue Nov 16 2021 04:17:10 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UpdateRolesWithIDPFunctionOutputs Custom::LambdaCallout Tue Nov 16 2021 04:17:12 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:17:15.424Z [INFO]: 2021-11-16T04:17:15.425Z [INFO]: CREATE_IN_PROGRESS GraphQLAPI AWS::AppSync::GraphQLApi Tue Nov 16 2021 04:17:13 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:17:20.363Z [INFO]: 2021-11-16T04:17:20.365Z [INFO]: CREATE_IN_PROGRESS UpdateRolesWithIDPFunctionOutputs Custom::LambdaCallout Tue Nov 16 2021 04:17:16 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UpdateRolesWithIDPFunctionOutputs Custom::LambdaCallout Tue Nov 16 2021 04:17:17 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:17:20.430Z [INFO]: 2021-11-16T04:17:20.430Z [INFO]: CREATE_IN_PROGRESS GraphQLAPI AWS::AppSync::GraphQLApi Tue Nov 16 2021 04:17:16 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE GraphQLAPI AWS::AppSync::GraphQLApi Tue Nov 16 2021 04:17:16 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS GraphQLSchema AWS::AppSync::GraphQLSchema Tue Nov 16 2021 04:17:18 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS GraphQLAPIKey AWS::AppSync::ApiKey Tue Nov 16 2021 04:17:18 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:17:25.465Z [INFO]: 2021-11-16T04:17:25.466Z [INFO]: CREATE_FAILED GraphQLAPIKey AWS::AppSync::ApiKey Tue Nov 16 2021 04:17:20 GMT+0000 (Coordinated Universal Time) API key must be valid for a minimum of 1 days. (Service: AWSAppSync; Status Code: 400; Error Code: ApiKeyValidityOutOfBoundsException; Request ID: cdb15601-912e-4c08-a727-8cc7abbb0a95; Proxy: null) CREATE_IN_PROGRESS GraphQLSchema AWS::AppSync::GraphQLSchema Tue Nov 16 2021 04:17:20 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:18:25.465Z [INFO]: 2021-11-16T04:18:25.467Z [INFO]: CREATE_COMPLETE GraphQLSchema AWS::AppSync::GraphQLSchema Tue Nov 16 2021 04:18:22 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS Booking AWS::CloudFormation::Stack Tue Nov 16 2021 04:18:24 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS Flight AWS::CloudFormation::Stack Tue Nov 16 2021 04:18:25 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:18:30.743Z [INFO]: 2021-11-16T04:18:30.745Z [INFO]: CREATE_IN_PROGRESS Booking AWS::CloudFormation::Stack Tue Nov 16 2021 04:18:25 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS Flight AWS::CloudFormation::Stack Tue Nov 16 2021 04:18:26 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:18:30.946Z [INFO]: 2021-11-16T04:18:30.946Z [INFO]: CREATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Flight-1SXZDATPYH5QE AWS::CloudFormation::Stack Tue Nov 16 2021 04:18:26 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:18:31.028Z [INFO]: 2021-11-16T04:18:31.029Z [INFO]: CREATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Booking-1OTKYSC1JBSFW AWS::CloudFormation::Stack Tue Nov 16 2021 04:18:25 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:18:35.672Z [INFO]: 2021-11-16T04:18:35.673Z [INFO]: CREATE_IN_PROGRESS FlightIAMRole AWS::IAM::Role Tue Nov 16 2021 04:18:33 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS FlightTable AWS::DynamoDB::Table Tue Nov 16 2021 04:18:34 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS FlightIAMRole AWS::IAM::Role Tue Nov 16 2021 04:18:34 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS FlightTable AWS::DynamoDB::Table Tue Nov 16 2021 04:18:34 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:18:35.813Z [INFO]: 2021-11-16T04:18:35.814Z [INFO]: CREATE_IN_PROGRESS BookingTable AWS::DynamoDB::Table Tue Nov 16 2021 04:18:33 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS BookingIAMRole AWS::IAM::Role Tue Nov 16 2021 04:18:33 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS BookingTable AWS::DynamoDB::Table Tue Nov 16 2021 04:18:34 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS BookingIAMRole AWS::IAM::Role Tue Nov 16 2021 04:18:34 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:18:50.698Z [INFO]: 2021-11-16T04:18:50.700Z [INFO]: CREATE_COMPLETE FlightIAMRole AWS::IAM::Role Tue Nov 16 2021 04:18:48 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:18:50.792Z [INFO]: 2021-11-16T04:18:50.792Z [INFO]: CREATE_COMPLETE BookingIAMRole AWS::IAM::Role Tue Nov 16 2021 04:18:48 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:18:55.694Z [INFO]: 2021-11-16T04:18:55.696Z [INFO]: CREATE_IN_PROGRESS FlightDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:18:51 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS FlightDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:18:53 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE FlightDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:18:53 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:18:55.794Z [INFO]: 2021-11-16T04:18:55.795Z [INFO]: CREATE_IN_PROGRESS BookingDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:18:51 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS BookingDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:18:53 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE BookingDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:18:54 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:00.708Z [INFO]: 2021-11-16T04:19:00.712Z [INFO]: CREATE_IN_PROGRESS ListFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS QuerygetFlightByScheduleResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS GetFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS CreateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UpdateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS ListFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:58 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS GetFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:58 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS CreateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:58 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE GetFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:58 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE CreateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:58 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS QuerygetFlightByScheduleResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE ListFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS UpdateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE QuerygetFlightByScheduleResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE UpdateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:00.814Z [INFO]: 2021-11-16T04:19:00.829Z [INFO]: CREATE_IN_PROGRESS UpdateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS QuerygetBookingByStatusResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS GetBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:56 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS ListBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:57 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS DeleteBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:57 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS CreateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:57 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS QuerygetBookingByStatusResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS UpdateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE UpdateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE QuerygetBookingByStatusResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS GetBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_IN_PROGRESS DeleteBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE GetBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS ListBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE DeleteBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE ListBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:18:59 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS CreateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:19:00 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE CreateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:19:00 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:05.820Z [INFO]: 2021-11-16T04:19:05.822Z [INFO]: CREATE_COMPLETE BookingTable AWS::DynamoDB::Table Tue Nov 16 2021 04:19:05 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:10.709Z [INFO]: 2021-11-16T04:19:10.711Z [INFO]: CREATE_COMPLETE FlightTable AWS::DynamoDB::Table Tue Nov 16 2021 04:19:06 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:10.805Z [INFO]: 2021-11-16T04:19:10.805Z [INFO]: CREATE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Booking-1OTKYSC1JBSFW AWS::CloudFormation::Stack Tue Nov 16 2021 04:19:08 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:15.504Z [INFO]: 2021-11-16T04:19:15.506Z [INFO]: CREATE_COMPLETE Booking AWS::CloudFormation::Stack Tue Nov 16 2021 04:19:13 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:50.744Z [INFO]: 2021-11-16T04:19:50.745Z [INFO]: CREATE_IN_PROGRESS DeleteFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:19:46 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS DeleteFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:19:48 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE DeleteFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:19:48 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:19:55.752Z [INFO]: 2021-11-16T04:19:55.754Z [INFO]: CREATE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Flight-1SXZDATPYH5QE AWS::CloudFormation::Stack Tue Nov 16 2021 04:19:52 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:05.769Z [INFO]: 2021-11-16T04:20:05.771Z [INFO]: CREATE_COMPLETE Flight AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:01 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:10.541Z [INFO]: 2021-11-16T04:20:10.542Z [INFO]: CREATE_IN_PROGRESS ConnectionStack AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:06 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS ConnectionStack AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:07 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:20:10.734Z [INFO]: 2021-11-16T04:20:10.735Z [INFO]: CREATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJ-ConnectionStack-18FXUHAT4Q43M AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:07 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:20:15.742Z [INFO]: 2021-11-16T04:20:15.743Z [INFO]: CREATE_IN_PROGRESS BookingoutboundFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:20:13 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:20.550Z [INFO]: 2021-11-16T04:20:20.552Z [INFO]: CREATE_COMPLETE ConnectionStack AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:18 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:25.571Z [INFO]: 2021-11-16T04:20:25.573Z [INFO]: CREATE_IN_PROGRESS CustomResourcesjson AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:20 GMT+0000 (Coordinated Universal Time) CREATE_IN_PROGRESS CustomResourcesjson AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:21 GMT+0000 (Coordinated Universal Time) Resource creation Initiated 2021-11-16T04:20:25.751Z [INFO]: 2021-11-16T04:20:25.751Z [INFO]: CREATE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MO-CustomResourcesjson-UNKISOXSITB1 AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:21 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:20:30.775Z [INFO]: 2021-11-16T04:20:30.776Z [INFO]: CREATE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MO-CustomResourcesjson-UNKISOXSITB1 AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:26 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:35.566Z [INFO]: 2021-11-16T04:20:35.569Z [INFO]: CREATE_COMPLETE CustomResourcesjson AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:32 GMT+0000 (Coordinated Universal Time) CREATE_FAILED amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:33 GMT+0000 (Coordinated Universal Time) The following resource(s) failed to create: [GraphQLAPIKey]. 2021-11-16T04:20:45.486Z [INFO]: 2021-11-16T04:20:45.487Z [INFO]: CREATE_FAILED apiawsserverlessairline AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:41 GMT+0000 (Coordinated Universal Time) Embedded stack arn:aws:cloudformation:us-east-1:401851678595:stack/amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO/0fb38490-4694-11ec-81c9-0af2766ee435 was not successfully created: The following resource(s) failed to create: [GraphQLAPIKey]. UPDATE_ROLLBACK_IN_PROGRESS amplify-awsserverlessairline-devc-41407 AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:42 GMT+0000 (Coordinated Universal Time) The following resource(s) failed to create: [apiawsserverlessairline]. 2021-11-16T04:20:50.525Z [INFO]: 2021-11-16T04:20:50.527Z [INFO]: UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS amplify-awsserverlessairline-devc-41407 AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:47 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UpdateRolesWithIDPFunctionOutputs AWS::CloudFormation::CustomResource Tue Nov 16 2021 04:20:48 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS apiawsserverlessairline AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:48 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:50.582Z [INFO]: 2021-11-16T04:20:50.583Z [INFO]: DELETE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:49 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:20:55.513Z [INFO]: 2021-11-16T04:20:55.515Z [INFO]: DELETE_COMPLETE UpdateRolesWithIDPFunctionOutputs AWS::CloudFormation::CustomResource Tue Nov 16 2021 04:20:51 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UpdateRolesWithIDPFunction AWS::Lambda::Function Tue Nov 16 2021 04:20:52 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:55.585Z [INFO]: 2021-11-16T04:20:55.585Z [INFO]: DELETE_IN_PROGRESS CustomResourcesjson AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:52 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE GraphQLAPIKey AWS::AppSync::ApiKey Tue Nov 16 2021 04:20:53 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:20:55.776Z [INFO]: 2021-11-16T04:20:55.777Z [INFO]: DELETE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MO-CustomResourcesjson-UNKISOXSITB1 AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:53 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:21:00.509Z [INFO]: 2021-11-16T04:21:00.510Z [INFO]: DELETE_COMPLETE UpdateRolesWithIDPFunction AWS::Lambda::Function Tue Nov 16 2021 04:20:59 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UpdateRolesWithIDPFunctionRole AWS::IAM::Role Tue Nov 16 2021 04:21:00 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:00.776Z [INFO]: 2021-11-16T04:21:00.776Z [INFO]: DELETE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MO-CustomResourcesjson-UNKISOXSITB1 AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:56 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:05.519Z [INFO]: 2021-11-16T04:21:05.521Z [INFO]: DELETE_COMPLETE UpdateRolesWithIDPFunctionRole AWS::IAM::Role Tue Nov 16 2021 04:21:02 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:05.610Z [INFO]: 2021-11-16T04:21:05.610Z [INFO]: DELETE_COMPLETE CustomResourcesjson AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:04 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS Booking AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:04 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS ConnectionStack AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:04 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:05.800Z [INFO]: 2021-11-16T04:21:05.800Z [INFO]: CREATE_IN_PROGRESS BookingoutboundFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:20:16 GMT+0000 (Coordinated Universal Time) Resource creation Initiated CREATE_COMPLETE BookingoutboundFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:20:16 GMT+0000 (Coordinated Universal Time) CREATE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJ-ConnectionStack-18FXUHAT4Q43M AWS::CloudFormation::Stack Tue Nov 16 2021 04:20:17 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJ-ConnectionStack-18FXUHAT4Q43M AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:05 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:21:05.904Z [INFO]: 2021-11-16T04:21:05.904Z [INFO]: DELETE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Booking-1OTKYSC1JBSFW AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:05 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:21:10.789Z [INFO]: 2021-11-16T04:21:10.791Z [INFO]: DELETE_IN_PROGRESS BookingoutboundFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:08 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE BookingoutboundFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:10 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:10.904Z [INFO]: 2021-11-16T04:21:10.905Z [INFO]: DELETE_IN_PROGRESS UpdateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:09 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS GetBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:09 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS ListBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:09 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS DeleteBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:09 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS QuerygetBookingByStatusResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:09 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS CreateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:09 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS BookingTable AWS::DynamoDB::Table Tue Nov 16 2021 04:21:09 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:11.208Z [INFO]: 2021-11-16T04:21:11.209Z [INFO]: DELETE_COMPLETE DeleteBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:10 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE GetBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:10 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE QuerygetBookingByStatusResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:10 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UpdateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:10 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:15.792Z [INFO]: 2021-11-16T04:21:15.794Z [INFO]: DELETE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJ-ConnectionStack-18FXUHAT4Q43M AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:11 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:15.913Z [INFO]: 2021-11-16T04:21:15.914Z [INFO]: DELETE_COMPLETE CreateBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:11 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE ListBookingResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:11 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS BookingDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:21:12 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE BookingDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:21:14 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS BookingIAMRole AWS::IAM::Role Tue Nov 16 2021 04:21:15 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:20.640Z [INFO]: 2021-11-16T04:21:20.641Z [INFO]: DELETE_COMPLETE ConnectionStack AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:16 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS Flight AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:17 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:20.814Z [INFO]: 2021-11-16T04:21:20.815Z [INFO]: DELETE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Flight-1SXZDATPYH5QE AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:17 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:21:20.921Z [INFO]: 2021-11-16T04:21:20.922Z [INFO]: DELETE_COMPLETE BookingIAMRole AWS::IAM::Role Tue Nov 16 2021 04:21:17 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:25.818Z [INFO]: 2021-11-16T04:21:25.821Z [INFO]: DELETE_IN_PROGRESS UpdateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:21 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS GetFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:21 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS DeleteFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:21 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS QuerygetFlightByScheduleResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:21 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS FlightTable AWS::DynamoDB::Table Tue Nov 16 2021 04:21:21 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS CreateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:21 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS ListFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:21 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UpdateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:22 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE DeleteFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:23 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE QuerygetFlightByScheduleResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:23 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE ListFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:23 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE GetFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:23 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE CreateFlightResolver AWS::AppSync::Resolver Tue Nov 16 2021 04:21:23 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS FlightDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:21:24 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:30.842Z [INFO]: 2021-11-16T04:21:30.844Z [INFO]: DELETE_COMPLETE FlightDataSource AWS::AppSync::DataSource Tue Nov 16 2021 04:21:26 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS FlightIAMRole AWS::IAM::Role Tue Nov 16 2021 04:21:27 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE FlightIAMRole AWS::IAM::Role Tue Nov 16 2021 04:21:29 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:21:55.851Z [INFO]: 2021-11-16T04:21:55.853Z [INFO]: DELETE_COMPLETE FlightTable AWS::DynamoDB::Table Tue Nov 16 2021 04:21:53 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Flight-1SXZDATPYH5QE AWS::CloudFormation::Stack Tue Nov 16 2021 04:21:53 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:22:05.632Z [INFO]: 2021-11-16T04:22:05.634Z [INFO]: DELETE_COMPLETE Flight AWS::CloudFormation::Stack Tue Nov 16 2021 04:22:04 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:22:15.850Z [INFO]: 2021-11-16T04:22:15.851Z [INFO]: DELETE_COMPLETE BookingTable AWS::DynamoDB::Table Tue Nov 16 2021 04:22:11 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO-Booking-1OTKYSC1JBSFW AWS::CloudFormation::Stack Tue Nov 16 2021 04:22:12 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:22:25.647Z [INFO]: 2021-11-16T04:22:25.649Z [INFO]: DELETE_COMPLETE Booking AWS::CloudFormation::Stack Tue Nov 16 2021 04:22:23 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS GraphQLSchema AWS::AppSync::GraphQLSchema Tue Nov 16 2021 04:22:24 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:22:30.651Z [INFO]: 2021-11-16T04:22:30.652Z [INFO]: DELETE_COMPLETE GraphQLSchema AWS::AppSync::GraphQLSchema Tue Nov 16 2021 04:22:26 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS GraphQLAPI AWS::AppSync::GraphQLApi Tue Nov 16 2021 04:22:27 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE GraphQLAPI AWS::AppSync::GraphQLApi Tue Nov 16 2021 04:22:29 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE amplify-awsserverlessairline-devc-41407-apiawsserverlessairline-MOHNZJWZMUIO AWS::CloudFormation::Stack Tue Nov 16 2021 04:22:30 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:22:45.591Z [INFO]: 2021-11-16T04:22:45.592Z [INFO]: DELETE_COMPLETE apiawsserverlessairline AWS::CloudFormation::Stack Tue Nov 16 2021 04:22:43 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Tue Nov 16 2021 04:22:44 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:22:45.662Z [INFO]: 2021-11-16T04:22:45.663Z [INFO]: DELETE_IN_PROGRESS amplify-awsserverlessairline-devc-41407-authawsserverlessairline44ea6421-1B0VQLBGFC36R AWS::CloudFormation::Stack Tue Nov 16 2021 04:22:45 GMT+0000 (Coordinated Universal Time) User Initiated 2021-11-16T04:22:50.699Z [INFO]: 2021-11-16T04:22:50.701Z [INFO]: DELETE_IN_PROGRESS IdentityPoolRoleMap AWS::Cognito::IdentityPoolRoleAttachment Tue Nov 16 2021 04:22:48 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE IdentityPoolRoleMap AWS::Cognito::IdentityPoolRoleAttachment Tue Nov 16 2021 04:22:50 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:22:55.676Z [INFO]: 2021-11-16T04:22:55.677Z [INFO]: DELETE_IN_PROGRESS IdentityPool AWS::Cognito::IdentityPool Tue Nov 16 2021 04:22:51 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE IdentityPool AWS::Cognito::IdentityPool Tue Nov 16 2021 04:22:52 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClientWeb AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:22:53 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClientInputs Custom::LambdaCallout Tue Nov 16 2021 04:22:53 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UserPoolClientWeb AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:22:55 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:00.700Z [INFO]: 2021-11-16T04:23:00.701Z [INFO]: DELETE_COMPLETE UserPoolClientInputs Custom::LambdaCallout Tue Nov 16 2021 04:22:56 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClientLogPolicy AWS::IAM::Policy Tue Nov 16 2021 04:22:57 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UserPoolClientLogPolicy AWS::IAM::Policy Tue Nov 16 2021 04:22:58 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClientLambdaPolicy AWS::IAM::Policy Tue Nov 16 2021 04:22:58 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UserPoolClientLambdaPolicy AWS::IAM::Policy Tue Nov 16 2021 04:22:59 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:00.905Z [INFO]: 2021-11-16T04:23:00.905Z [INFO]: DELETE_IN_PROGRESS UserPoolClientLambda AWS::Lambda::Function Tue Nov 16 2021 04:23:00 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:10.693Z [INFO]: 2021-11-16T04:23:10.694Z [INFO]: DELETE_COMPLETE UserPoolClientLambda AWS::Lambda::Function Tue Nov 16 2021 04:23:08 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClientRole AWS::IAM::Role Tue Nov 16 2021 04:23:09 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:15.710Z [INFO]: 2021-11-16T04:23:15.712Z [INFO]: DELETE_COMPLETE UserPoolClientRole AWS::IAM::Role Tue Nov 16 2021 04:23:11 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPoolClient AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:23:12 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE UserPoolClient AWS::Cognito::UserPoolClient Tue Nov 16 2021 04:23:14 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS UserPool AWS::Cognito::UserPool Tue Nov 16 2021 04:23:15 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:20.727Z [INFO]: 2021-11-16T04:23:20.728Z [INFO]: DELETE_COMPLETE UserPool AWS::Cognito::UserPool Tue Nov 16 2021 04:23:16 GMT+0000 (Coordinated Universal Time) DELETE_IN_PROGRESS SNSRole AWS::IAM::Role Tue Nov 16 2021 04:23:17 GMT+0000 (Coordinated Universal Time) DELETE_COMPLETE SNSRole AWS::IAM::Role Tue Nov 16 2021 04:23:20 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:25.712Z [INFO]: 2021-11-16T04:23:25.713Z [INFO]: DELETE_COMPLETE amplify-awsserverlessairline-devc-41407-authawsserverlessairline44ea6421-1B0VQLBGFC36R AWS::CloudFormation::Stack Tue Nov 16 2021 04:23:20 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:35.627Z [INFO]: 2021-11-16T04:23:35.628Z [INFO]: DELETE_COMPLETE authawsserverlessairline44ea6421 AWS::CloudFormation::Stack Tue Nov 16 2021 04:23:32 GMT+0000 (Coordinated Universal Time) UPDATE_ROLLBACK_COMPLETE amplify-awsserverlessairline-devc-41407 AWS::CloudFormation::Stack Tue Nov 16 2021 04:23:33 GMT+0000 (Coordinated Universal Time) 2021-11-16T04:23:46.731Z [INFO]: Following resources failed Resource Name: GraphQLAPIKey (AWS::AppSync::ApiKey) Event Type: create Reason: API key must be valid for a minimum of 1 days. (Service: AWSAppSync; Status Code: 400; Error Code: ApiKeyValidityOutOfBoundsException; Request ID: cdb15601-912e-4c08-a727-8cc7abbb0a95; Proxy: null) 2021-11-16T04:23:46.732Z [WARNING]: ✖ An error occurred when pushing the resources to the cloud ✖ There was an error initializing your environment. 2021-11-16T04:23:46.740Z [INFO]: ResourceNotReady: Resource is not in the state stackUpdateComplete  at constructor.setError (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/resource_waiter.js:182:47)  at Request.CHECK_ACCEPTORS (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/resource_waiter.js:44:12)  at Request.callListeners (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:106:20)  at Request.emit (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:78:10)  at Request.emit (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:686:14)  at Request.transition (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:22:10)  at AcceptorStateMachine.runTo (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:14:12)  at /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:26:10  at Request. (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:38:9)  at Request. (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:688:12)  at Request.callListeners (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:116:18)  at Request.emit (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:78:10)  at Request.emit (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:686:14)  at Request.transition (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:22:10)  at AcceptorStateMachine.runTo (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:14:12)  at /root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:26:10  at Request. (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:38:9)  at Request. (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:688:12)  at Request.callListeners (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:116:18)  at callNextListener (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:96:12)  at IncomingMessage.onEnd (/root/.nvm/versions/node/v12.21.0/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/event_listeners.js:335:13)  at IncomingMessage.emit (events.js:326:22)  at IncomingMessage.EventEmitter.emit (domain.js:483:12)  at endReadableNT (_stream_readable.js:1241:12)  at processTicksAndRejections (internal/process/task_queues.js:84:21) {  code: 'ResourceNotReady',  retryable: false,  time: 2021-11-16T04:23:41.724Z,  statusCode: 200,  retryDelay: 30000 } 2021-11-16T04:23:46.822Z [ERROR]: !!! Build failed 2021-11-16T04:23:46.822Z [ERROR]: !!! Non-Zero Exit Code detected 2021-11-16T04:23:46.823Z [INFO]: # Starting environment caching... 2021-11-16T04:23:46.823Z [INFO]: # Environment caching completed Terminating logging...

abhishekpatil422 commented 2 years ago

New Issue :Failed to create changeset for the stack log (2).txt

heitorlessa commented 2 years ago

Fixed the API key in the latest commit - The new error is because you don't seem to have permission to create resources, nor PutParameter which is failing earlier --- check the IAM Role your Amplify Console backend has it (it'd need to be administrator due to the resources being created). If you search for "is not authorized to perform" you'll find a quite few references to it.

An error occurred (AccessDeniedException) when calling the PutParameter operation: User: arn:aws:sts::<account_id>:assumed-role/amplifyconsole-backend-role/BuildSession is not authorized to perform: ssm:PutParameter on resource: arn:aws:ssm:us-east-1:<account_id>:parameter/develop/service/
abhishekpatil422 commented 2 years ago

Thank you for your help i will check it and will let you about it

abhishekpatil422 commented 2 years ago

sorry sir but there is some error in payment can you check? log (1).txt

heitorlessa commented 2 years ago

@abhishekpatil422 same as before, you still don't have permission to deploy it (Line 879)

abhishekpatil422 commented 2 years ago

Sir which iam role should i assign the amplify? administrator because when i select a role it in amplify backend it automatically selects all 22 services

abhishekpatil422 commented 2 years ago

there is some new error in the deployment i have attached the log can you check where is the error log (6).txt ?

abhishekpatil422 commented 2 years ago

edited to remove sensitive information.

this time i have provided administrator role still there is a is

heitorlessa commented 2 years ago

@abhishekpatil422 I'll reach out via email, possibly this Thursday, and run a screen sharing session with you. I'd need more information from the Payment stack in CloudFormation (events tab) to find out what error you've got.

abhishekpatil422 commented 2 years ago

Ok sure that works for me and thank you for your help.

heitorlessa commented 2 years ago

hey @abhishekpatil422 thank you so much for the call earlier. We've identified that the issue is coming from the Stripe SAR App and I've just made a PR for Alek to fix it: https://github.com/simalexan/api-lambda-stripe-charge/pull/29

If Alek is unavailable until tomorrow EOD, I'll start working on a workaround, since Payment service will be rewritten too.

abhishekpatil422 commented 2 years ago

Thank you for helping me out and it was great chatting with you. I will be waiting for your update. @heitorlessa

abhishekpatil422 commented 2 years ago

Hi @heitorlessa is the problem solved about payment?

heitorlessa commented 2 years ago

Hi @heitorlessa is the problem solved about payment?

@simalexan - did you have a chance to publish the new SAR App as the fix is now merged?

heitorlessa commented 2 years ago

@abhishekpatil422 this has been fixed now, could you rebase and try again?

fix as Alek updated the SAR App: https://github.com/aws-samples/aws-serverless-airline-booking/commit/632f98271d4333225d268a769e0e9fa205ac41b8

abhishekpatil422 commented 2 years ago

Thank You very much. I will try to deploy it again & inform you within 2-3 days. ### @heitorlessa

abhishekpatil422 commented 2 years ago

@heitorlessa i have just now tried to deploy the app but this time its giving me en error for failed to create a stack for loyalty.Here is the log file log.txt

abhishekpatil422 commented 2 years ago

please update the nodejs for loyalty also to nodejs 12 or 14

heitorlessa commented 2 years ago

Thanks a lot Abhishek - doing this tomorrow first thing in the morning.

On Sat, 4 Dec 2021 at 13:12, Abhishek Patil @.***> wrote:

please update the nodejs for loyalty also to nodejs 12 or 14

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aws-samples/aws-serverless-airline-booking/issues/172#issuecomment-986017550, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZPQBH4W2Q6CJSMPY4ZMWDUPIATBANCNFSM5H7SOEAQ .

abhishekpatil422 commented 2 years ago

Thank You very much. @heitorlessa I am able to successfully build & deploy the app. Thank you Once Again for your Support. There is one more concern regarding the project I have mailed to you personally Please Check and revert back. AT the time of deleting the amplify it's not deleting the Cloudwatch logs & CloudFormation