Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: renew auth cert #127

Merged
merged 1 commit into from
Feb 3, 2022
Merged

fix: renew auth cert #127

merged 1 commit into from
Feb 3, 2022

Conversation

AustinZhu
Copy link
Member

@AustinZhu AustinZhu commented Feb 3, 2022

Description

Motivation and Context

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@AustinZhu
Copy link
Member Author

Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
latest: Pulling from sam/build-python3.9
1533ccbbac79: Pulling fs layer
f4222fa12a28: Pulling fs layer
ec1a8451d297: Pulling fs layer
e6574f313133: Pulling fs layer
04953c722c8b: Pulling fs layer
8e410e941e98: Pulling fs layer
11d61a0ecb59: Pulling fs layer
46e549523509: Pulling fs layer
f2c9996e16c5: Pulling fs layer
866e7f50ff17: Pulling fs layer
e6574f313133: Waiting
04953c722c8b: Waiting
8e410e941e98: Waiting
11d61a0ecb59: Waiting
46e549523509: Waiting
f2c9996e16c5: Waiting
866e7f50ff17: Waiting
f4222fa12a28: Verifying Checksum
f4222fa12a28: Download complete
ec1a8451d297: Verifying Checksum
ec1a8451d297: Download complete
1533ccbbac79: Verifying Checksum
1533ccbbac79: Download complete
e6574f313133: Verifying Checksum
e6574f313133: Download complete
8e410e941e98: Verifying Checksum
8e410e941e98: Download complete
11d61a0ecb59: Verifying Checksum
11d61a0ecb59: Download complete
46e549523509: Verifying Checksum
46e549523509: Download complete
f2c9996e16c5: Verifying Checksum
f2c9996e16c5: Download complete
866e7f50ff17: Verifying Checksum
866e7f50ff17: Download complete
1533ccbbac79: Pull complete
04953c722c8b: Verifying Checksum
04953c722c8b: Download complete
f4222fa12a28: Pull complete
ec1a8451d297: Pull complete
e6574f313133: Pull complete
04953c722c8b: Pull complete
8e410e941e98: Pull complete
11d61a0ecb59: Pull complete
46e549523509: Pull complete
f2c9996e16c5: Pull complete
866e7f50ff17: Pull complete
Digest: sha256:31621deaf6d0e4097f718f8cdbdb53a9a9e3422b1c32bce811f38d2703c47922
Status: Downloaded newer image for public.ecr.aws/sam/build-python3.9:latest
 ---> 7925e2bf1015
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Running in c93c7ec21929
Removing intermediate container c93c7ec21929
 ---> 9f0f09ed5013
Step 4/9 : RUN pip install --upgrade pip
 ---> Running in 224962a0219d
Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (21.2.4)
Collecting pip
  Downloading pip-22.0.3-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.2.4
    Uninstalling pip-21.2.4:
      Successfully uninstalled pip-21.2.4
�[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
�[0mSuccessfully installed pip-22.0.3
Removing intermediate container 224962a0219d
 ---> 2325c850be73
Step 5/9 : RUN pip install pipenv poetry
 ---> Running in 74df58b2d91d
Collecting pipenv
  Downloading pipenv-2022.1.8-py2.py3-none-any.whl (3.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 55.1 MB/s eta 0:00:00
Collecting poetry
  Downloading poetry-1.1.12-py2.py3-none-any.whl (175 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.0/175.0 KB 34.4 MB/s eta 0:00:00
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv) (58.1.0)
Collecting virtualenv
  Downloading virtualenv-20.13.0-py2.py3-none-any.whl (6.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/6.5 MB 65.4 MB/s eta 0:00:00
Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv) (22.0.3)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.2/149.2 KB 28.4 MB/s eta 0:00:00
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting poetry-core<1.1.0,>=1.0.7
  Downloading poetry_core-1.0.7-py2.py3-none-any.whl (424 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 424.8/424.8 KB 49.5 MB/s eta 0:00:00
Collecting shellingham<2.0,>=1.1
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.8/91.8 KB 26.5 MB/s eta 0:00:00
Collecting packaging<21.0,>=20.4
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 KB 11.0 MB/s eta 0:00:00
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 KB 28.1 MB/s eta 0:00:00
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.10-py2.py3-none-any.whl (20 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 KB 16.7 MB/s eta 0:00:00
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 KB 14.6 MB/s eta 0:00:00
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.2-py2.py3-none-any.whl (26 kB)
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting keyring<22.0.0,>=21.2.0
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.9.0-py3-none-any.whl (32 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 KB 16.6 MB/s eta 0:00:00
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 322.2/322.2 KB 49.7 MB/s eta 0:00:00
Collecting lockfile>=0.9
  Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Collecting pylev<2.0,>=1.3
  Downloading pylev-1.4.0-py2.py3-none-any.whl (6.1 kB)
Collecting pastel<0.3.0,>=0.2.0
  Downloading pastel-0.2.1-py2.py3-none-any.whl (6.0 kB)
Collecting webencodings
  Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Collecting six>=1.9
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting jeepney>=0.4.2
  Downloading jeepney-0.7.1-py3-none-any.whl (54 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 KB 13.8 MB/s eta 0:00:00
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.0/98.0 KB 21.2 MB/s eta 0:00:00
Collecting ptyprocess>=0.5
  Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.7/138.7 KB 30.7 MB/s eta 0:00:00
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 10.6 MB/s eta 0:00:00
Collecting filelock<4,>=3.2
  Downloading filelock-3.4.2-py3-none-any.whl (9.9 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 461.2/461.2 KB 55.9 MB/s eta 0:00:00
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.4.1-py3-none-any.whl (14 kB)
Collecting cryptography>=2.0
  Downloading cryptography-36.0.1-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 71.9 MB/s eta 0:00:00
Collecting cffi>=1.12
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 444.3/444.3 KB 57.0 MB/s eta 0:00:00
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 28.2 MB/s eta 0:00:00
Installing collected packages: webencodings, pylev, ptyprocess, pkginfo, msgpack, lockfile, distlib, certifi, virtualenv-clone, urllib3, tomlkit, six, shellingham, pyparsing, pycparser, poetry-core, platformdirs, pexpect, pastel, jeepney, idna, filelock, crashtest, charset-normalizer, cachy, virtualenv, requests, packaging, html5lib, clikit, cffi, requests-toolbelt, pipenv, cryptography, cleo, cachecontrol, SecretStorage, keyring, poetry
Successfully installed SecretStorage-3.3.1 cachecontrol-0.12.10 cachy-0.3.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.11 cleo-0.8.1 clikit-0.6.2 crashtest-0.3.1 cryptography-36.0.1 distlib-0.3.4 filelock-3.4.2 html5lib-1.1 idna-3.3 jeepney-0.7.1 keyring-21.8.0 lockfile-0.12.2 msgpack-1.0.3 packaging-20.9 pastel-0.2.1 pexpect-4.8.0 pipenv-2022.1.8 pkginfo-1.8.2 platformdirs-2.4.1 poetry-1.1.12 poetry-core-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.7 requests-2.27.1 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.9.0 urllib3-1.26.8 virtualenv-20.13.0 virtualenv-clone-0.5.7 webencodings-0.5.1
�[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
�[0mRemoving intermediate container 74df58b2d91d
 ---> 0ffbe68082af
Step 6/9 : WORKDIR /var/dependencies
 ---> Running in 9b88401a206d
Removing intermediate container 9b88401a206d
 ---> 97ca4c091fdf
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 1f57e80ad3f0
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in ba9afc2915d7
Collecting lxml
  Downloading lxml-4.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 41.5 MB/s eta 0:00:00
Installing collected packages: lxml
Successfully installed lxml-4.7.1
�[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
�[0mRemoving intermediate container ba9afc2915d7
 ---> f36db05b1d81
Step 9/9 : CMD [ "python" ]
 ---> Running in 079248b51ede
Removing intermediate container 079248b51ede
 ---> 26b9106b9ad2
Successfully built 26b9106b9ad2
Successfully tagged cdk-202a0a85e545c070d8c0eccf336039ff6a7a53c845fcd399b5a34adc5cb71325:latest
Bundling asset persistence/syllabus-datapipeline/scraper-base-function/base-function/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/4 : CMD [ "python" ]
 ---> Running in 8bfef0b496cc
Removing intermediate container 8bfef0b496cc
 ---> 8f7d10265640
Successfully built 8f7d10265640
Successfully tagged cdk-06d0a0a7104a66ee2ace0709e3f92373f3a1768db0d1e8d9a6c26cdd22a9d96a:latest
Bundling asset persistence/syllabus-sync/syllabus-update-function/update-syllabus/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 8f7d10265640
Successfully built 8f7d10265640
Successfully tagged cdk-6928fa65d745f66f06ba1a379ff65ffe77a905116eb855b0db59b8fe26b97bb0:latest
Bundling asset business/cognito-endpoint/presign-up-handle/base-function/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 2325c850be73
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 0ffbe68082af
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 97ca4c091fdf
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 1f57e80ad3f0
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> f36db05b1d81
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 26b9106b9ad2
Successfully built 26b9106b9ad2
Successfully tagged cdk-f7f61941712d9170e8b68b42eb4de531a7f71926e45e72beaea17e75bb4f2ceb:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/get-course/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 2325c850be73
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 0ffbe68082af
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 97ca4c091fdf
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 73af8fbe8d4d
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 301f1feeb1e9
Collecting aiohttp
  Downloading aiohttp-3.8.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 38.8 MB/s eta 0:00:00
Collecting attrs>=17.3.0
  Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 KB 15.7 MB/s eta 0:00:00
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.2/114.2 KB 30.1 MB/s eta 0:00:00
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting aiosignal>=1.1.2
  Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting frozenlist>=1.1.1
  Downloading frozenlist-1.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (156 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.2/156.2 KB 38.8 MB/s eta 0:00:00
Collecting yarl<2.0,>=1.0
  Downloading yarl-1.7.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (304 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 304.5/304.5 KB 48.6 MB/s eta 0:00:00
Collecting idna>=2.0
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Installing collected packages: multidict, idna, frozenlist, charset-normalizer, attrs, async-timeout, yarl, aiosignal, aiohttp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.2 attrs-21.4.0 charset-normalizer-2.0.11 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 yarl-1.7.2
�[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
�[0mRemoving intermediate container 301f1feeb1e9
 ---> 30a312396656
Step 9/9 : CMD [ "python" ]
 ---> Running in 387a9a03608b
Removing intermediate container 387a9a03608b
 ---> d1458155d673
Successfully built d1458155d673
Successfully tagged cdk-f377800e3733ddf763e652754a1ee326cf0b929780c8977db749441ca4526103:latest
Bundling asset business/rest-api-endpoint/syllabus-api/syllabus-function/post-book/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 8f7d10265640
Successfully built 8f7d10265640
Successfully tagged cdk-37ec126ba3a0765c767fc80736278395cdf859a3e3a84481abf8fc2c3549e891:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/get-reviews/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 2325c850be73
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 0ffbe68082af
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 97ca4c091fdf
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> e69d6b677371
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Running in 17f2bc9393ad
Collecting google-cloud-translate
  Downloading google_cloud_translate-3.6.1-py2.py3-none-any.whl (111 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.6/111.6 KB 10.8 MB/s eta 0:00:00
Collecting google-cloud-core<3.0.0dev,>=1.3.0
  Downloading google_cloud_core-2.2.2-py2.py3-none-any.whl (29 kB)
Collecting proto-plus>=0.4.0
  Downloading proto_plus-1.19.9-py3-none-any.whl (45 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/45.5 KB 12.3 MB/s eta 0:00:00
Collecting google-api-core[grpc]<3.0.0dev,>=1.28.0
  Downloading google_api_core-2.5.0-py2.py3-none-any.whl (111 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.8/111.8 KB 26.4 MB/s eta 0:00:00
Collecting protobuf>=3.12.0
  Downloading protobuf-3.19.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 63.3 MB/s eta 0:00:00
Collecting google-auth<3.0dev,>=1.25.0
  Downloading google_auth-2.6.0-py2.py3-none-any.whl (156 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.3/156.3 KB 36.3 MB/s eta 0:00:00
Collecting googleapis-common-protos<2.0dev,>=1.52.0
  Downloading googleapis_common_protos-1.54.0-py2.py3-none-any.whl (207 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.0/208.0 KB 40.6 MB/s eta 0:00:00
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB)
Collecting grpcio-status<2.0dev,>=1.33.2
  Downloading grpcio_status-1.43.0-py3-none-any.whl (10.0 kB)
Collecting grpcio<2.0dev,>=1.33.2
  Downloading grpcio-1.43.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 73.8 MB/s eta 0:00:00
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting cachetools<6.0,>=2.0.0
  Downloading cachetools-5.0.0-py3-none-any.whl (9.1 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 KB 29.0 MB/s eta 0:00:00
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.11-py3-none-any.whl (39 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/77.1 KB 22.1 MB/s eta 0:00:00
Installing collected packages: pyasn1, certifi, urllib3, six, rsa, pyasn1-modules, protobuf, idna, charset-normalizer, cachetools, requests, proto-plus, grpcio, googleapis-common-protos, google-auth, grpcio-status, google-api-core, google-cloud-core, google-cloud-translate
Successfully installed cachetools-5.0.0 certifi-2021.10.8 charset-normalizer-2.0.11 google-api-core-2.5.0 google-auth-2.6.0 google-cloud-core-2.2.2 google-cloud-translate-3.6.1 googleapis-common-protos-1.54.0 grpcio-1.43.0 grpcio-status-1.43.0 idna-3.3 proto-plus-1.19.9 protobuf-3.19.4 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.27.1 rsa-4.8 six-1.16.0 urllib3-1.26.8
�[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
�[0mRemoving intermediate container 17f2bc9393ad
 ---> 32376c1197b3
Step 9/9 : CMD [ "python" ]
 ---> Running in e3753334ca38
Removing intermediate container e3753334ca38
 ---> 25eee0c87a65
Successfully built 25eee0c87a65
Successfully tagged cdk-0b91db71d67f24938f5d1e1ca0d04d68f6fa90e60d227a71e163b6738873554a:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/post-review/Code/Stage...
Sending build context to Docker daemon  3.584kB

Step 1/9 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/9 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> 2325c850be73
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> 0ffbe68082af
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 97ca4c091fdf
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> e69d6b677371
Step 8/9 : RUN [ -f 'Pipfile' ] && pipenv lock -r >requirements.txt;     [ -f 'poetry.lock' ] && poetry export --with-credentials --format requirements.txt --output requirements.txt;     [ -f 'requirements.txt' ] && pip install -r requirements.txt -t .;
 ---> Using cache
 ---> 32376c1197b3
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 25eee0c87a65
Successfully built 25eee0c87a65
Successfully tagged cdk-096c989041669187341939302291357ad4fa5155c0f19611af04df59be27239a:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/patch-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 8f7d10265640
Successfully built 8f7d10265640
Successfully tagged cdk-12463ff4b97cb90efdb1b23b35aea3081e6a83f6166d8cba6a9219a2c193762a:latest
Bundling asset business/rest-api-endpoint/course-reviews-api/crud-functions/delete-review/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 8f7d10265640
Successfully built 8f7d10265640
Successfully tagged cdk-bbd53c00a97a4fa9f4b9e10b9fbfcd68870cb0b4a4059fdf1a796bee96e1511c:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/get-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 8f7d10265640
Successfully built 8f7d10265640
Successfully tagged cdk-9ecc5aa45499b26936b504188c6ad33925608941694a91941cf141ccb23ee1ff:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/post-timetable/Code/Stage...
Sending build context to Docker daemon  2.048kB

Step 1/4 : ARG IMAGE=public.ecr.aws/sam/build-python3.7
Step 2/4 : FROM $IMAGE
 ---> 7925e2bf1015
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 9f0f09ed5013
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> 8f7d10265640
Successfully built 8f7d10265640
Successfully tagged cdk-721f012d5110bc5893c794e0a834a488d7e9b8bdd6ae069233d9e516f0861d5b:latest
Bundling asset business/rest-api-endpoint/timetable-api/crud-functions/patch-timetable/Code/Stage...
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
latest: Pulling from sam/build-nodejs14.x
1533ccbbac79: Already exists
449ab693a06e: Pulling fs layer
5707912faff9: Pulling fs layer
43360fb69a6e: Pulling fs layer
7222bf10de3c: Pulling fs layer
7e9f7a10f66d: Pulling fs layer
d0374ab3e8b4: Pulling fs layer
48a7e4b1f570: Pulling fs layer
4f7546189d0c: Pulling fs layer
7a9777a2df7c: Pulling fs layer
7222bf10de3c: Waiting
48a7e4b1f570: Waiting
4f7546189d0c: Waiting
7a9777a2df7c: Waiting
7e9f7a10f66d: Waiting
d0374ab3e8b4: Waiting
449ab693a06e: Verifying Checksum
43360fb69a6e: Verifying Checksum
43360fb69a6e: Download complete
449ab693a06e: Pull complete
5707912faff9: Verifying Checksum
5707912faff9: Download complete
7e9f7a10f66d: Verifying Checksum
7e9f7a10f66d: Download complete
d0374ab3e8b4: Verifying Checksum
d0374ab3e8b4: Download complete
48a7e4b1f570: Verifying Checksum
48a7e4b1f570: Download complete
4f7546189d0c: Verifying Checksum
4f7546189d0c: Download complete
7a9777a2df7c: Verifying Checksum
7a9777a2df7c: Download complete
7222bf10de3c: Verifying Checksum
7222bf10de3c: Download complete
5707912faff9: Pull complete
43360fb69a6e: Pull complete
7222bf10de3c: Pull complete
7e9f7a10f66d: Pull complete
d0374ab3e8b4: Pull complete
48a7e4b1f570: Pull complete
4f7546189d0c: Pull complete
7a9777a2df7c: Pull complete
Digest: sha256:551abb8ac6437ea6eb92ce72ea85186c0ca85d4ff5adbd92b4d90b0e5e1ac341
Status: Downloaded newer image for public.ecr.aws/sam/build-nodejs14.x:latest
 ---> c5e253a1151c
Step 3/12 : RUN npm install --global [email protected]
 ---> Running in 64e85b199a43
/var/lang/bin/yarn -> /var/lang/lib/node_modules/yarn/bin/yarn.js
/var/lang/bin/yarnpkg -> /var/lang/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
added 1 package in 0.378s
Removing intermediate container 64e85b199a43
 ---> 1ac68a9327fe
Step 4/12 : RUN npm install --global pnpm
 ---> Running in c4492eb76e4d
/var/lang/bin/pnpx -> /var/lang/lib/node_modules/pnpm/bin/pnpx.cjs
/var/lang/bin/pnpm -> /var/lang/lib/node_modules/pnpm/bin/pnpm.cjs
+ [email protected]
added 1 package in 1.153s
Removing intermediate container c4492eb76e4d
 ---> 9a5e342e3e0b
Step 5/12 : RUN npm install --global typescript
 ---> Running in 0ca07ce0bc26
/var/lang/bin/tsc -> /var/lang/lib/node_modules/typescript/bin/tsc
/var/lang/bin/tsserver -> /var/lang/lib/node_modules/typescript/bin/tsserver
+ [email protected]
added 1 package from 1 contributor in 1.707s
Removing intermediate container 0ca07ce0bc26
 ---> 1418a93ae3ec
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Running in d7941cc7ea79
Removing intermediate container d7941cc7ea79
 ---> cf3ed6ac8bc9
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Running in 5ee10ffbc714
/var/lang/bin/esbuild -> /var/lang/lib/node_modules/esbuild/bin/esbuild

> [email protected] postinstall /var/lang/lib/node_modules/esbuild
> node install.js

�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-android-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"android","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-64):
npm�[0m�[91m WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm):
npm WARN notsup�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-mips64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"mips64el"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-freebsd-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm64):
�[0m�[91mnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-darwin-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-ppc64le):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-32):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-arm64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-sunos-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"sunos","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-openbsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"openbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-s390x):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"s390x"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-netbsd-64):
npm WARN �[0m�[91mnotsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"netbsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-windows-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91m
�[0m+ [email protected]
added 2 packages in 2.838s
Removing intermediate container 5ee10ffbc714
 ---> fc072a0aa193
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Running in dfb22115658e
Removing intermediate container dfb22115658e
 ---> 179f5c9f8d35
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Running in 7404e3bf0696
yarn config v1.22.5
success Set "cache-folder" to "/tmp/yarn-cache".
Done in 0.03s.
Removing intermediate container 7404e3bf0696
 ---> 1e8739b39a1d
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Running in 04b69fb9be4e
Removing intermediate container 04b69fb9be4e
 ---> 18b2ee3be317
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Running in 11a0f2ea6099
Removing intermediate container 11a0f2ea6099
 ---> 5897d6d4bdb6
Step 12/12 : CMD [ "esbuild" ]
 ---> Running in b6bf1d769a2b
Removing intermediate container b6bf1d769a2b
 ---> fadef23f6958
Successfully built fadef23f6958
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/build-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.9kb

⚡ Done in 2ms
Sending build context to Docker daemon  133.1kB

Step 1/12 : ARG IMAGE=public.ecr.aws/sam/build-nodejs14.x
Step 2/12 : FROM $IMAGE
 ---> c5e253a1151c
Step 3/12 : RUN npm install --global [email protected]
 ---> Using cache
 ---> 1ac68a9327fe
Step 4/12 : RUN npm install --global pnpm
 ---> Using cache
 ---> 9a5e342e3e0b
Step 5/12 : RUN npm install --global typescript
 ---> Using cache
 ---> 1418a93ae3ec
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Using cache
 ---> cf3ed6ac8bc9
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Using cache
 ---> fc072a0aa193
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Using cache
 ---> 179f5c9f8d35
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Using cache
 ---> 1e8739b39a1d
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Using cache
 ---> 18b2ee3be317
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Using cache
 ---> 5897d6d4bdb6
Step 12/12 : CMD [ "esbuild" ]
 ---> Using cache
 ---> fadef23f6958
Successfully built fadef23f6958
Successfully tagged cdk-6d527ea52fab0fb59826cdda01988e9d1b89d830f98c30ba0b34a61688f25e09:latest
Bundling asset admin/scraper-notifier/subscriber-function/base-function/Code/Stage...
esbuild cannot run locally. Switching to Docker bundling.

  asset-output/index.js  1.6kb

⚡ Done in 3ms
Stack persistence
There were no differences
Stack wt-hosted-zone
There were no differences
Stack business
Resources
[-] AWS::ApiGateway::Deployment restapiendpointproddeployment044939E197fcaafa21f2ef585bcfe3ca655c3f72 destroy
[-] AWS::ApiGateway::Deployment restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/prod-deployment restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d 
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8A7f3b3497a1351162fd87911ff58dfa39 
[~] AWS::Cognito::UserPoolDomain cognito-endpoint/main-user-pool/auth-domain cognitoendpointmainuserpoolauthdomain871B62C9 
 └─ [~] CustomDomainConfig
     └─ [~] .CertificateArn:
         ├─ [-] arn:aws:acm:us-east-1:564383102056:certificate/7e29831d-9eb9-4212-9856-4f5fd0d3cafe
         └─ [+] arn:aws:acm:us-east-1:564383102056:certificate/a79577a1-c32e-4ed9-9201-82325ab657e4
[~] AWS::ApiGateway::Stage rest-api-endpoint/prod-stage restapiendpointprodstage29901B5F 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointproddeployment044939E197fcaafa21f2ef585bcfe3ca655c3f72
         └─ [+] restapiendpointproddeployment044939E122e564bfaf2e9a3a478030aea41db95d
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8A22e564bfaf2e9a3a478030aea41db95d
         └─ [+] restapiendpointdevdeployment6E7C4E8A7f3b3497a1351162fd87911ff58dfa39

Stack presentation
There were no differences
Stack admin
There were no differences

@AustinZhu AustinZhu merged commit a661f2b into develop Feb 3, 2022
@AustinZhu AustinZhu deleted the fix/auth_cert branch February 3, 2022 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant