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

Remove blog app #105

Merged
merged 2 commits into from
Nov 30, 2021
Merged

Remove blog app #105

merged 2 commits into from
Nov 30, 2021

Conversation

AustinZhu
Copy link
Member

No description provided.

AustinZhu and others added 2 commits December 1, 2021 05:44
* lambda: use new runtime

Signed-off-by: AustinZhu <[email protected]>

* admin: add app endpoint env

Signed-off-by: AustinZhu <[email protected]>

* chore(deps): update actions/setup-node action to v2.5.0

* chore(deps): update dependency @types/node to v16.11.11

* chore(deps): update dependency jest to v27.4.2

* presentation: resolve stale reference

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve stale reference

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve stale reference

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve stale reference

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve stale reference

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve stale reference

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve stale reference

Signed-off-by: AustinZhu <[email protected]>

* persistence: remove unused endpoints

Signed-off-by: AustinZhu <[email protected]>

* persistence: remove unused endpoints

Signed-off-by: AustinZhu <[email protected]>

* ci: fix command

Signed-off-by: AustinZhu <[email protected]>

* api: remove unused endpoint

Signed-off-by: AustinZhu <[email protected]>

* api: remove unused endpoint

Signed-off-by: AustinZhu <[email protected]>

* ci: fix command

Signed-off-by: AustinZhu <[email protected]>

* persistence: resolve cross-stack ref

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve cross-stack ref

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve cross-stack ref

Signed-off-by: AustinZhu <[email protected]>

* presentation: resolve cross-stack ref

Signed-off-by: AustinZhu <[email protected]>

* ci: fix command

Signed-off-by: AustinZhu <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
@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
bdac0ee78eda: Pulling fs layer
711ce09719e0: Pulling fs layer
f4f8559a37f3: Pulling fs layer
6e93ef49c925: Pulling fs layer
2d4cf66de414: Pulling fs layer
a6fa64b1b283: Pulling fs layer
80cb8db33cfc: Pulling fs layer
49303dc4fcbe: Pulling fs layer
80bbcdfd3e4c: Pulling fs layer
6e93ef49c925: Waiting
2d4cf66de414: Waiting
a6fa64b1b283: Waiting
80cb8db33cfc: Waiting
49303dc4fcbe: Waiting
80bbcdfd3e4c: Waiting
c079ff0c84a2: Pulling fs layer
c079ff0c84a2: Waiting
711ce09719e0: Verifying Checksum
711ce09719e0: Download complete
f4f8559a37f3: Verifying Checksum
f4f8559a37f3: Download complete
6e93ef49c925: Verifying Checksum
6e93ef49c925: Download complete
bdac0ee78eda: Verifying Checksum
bdac0ee78eda: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
49303dc4fcbe: Verifying Checksum
49303dc4fcbe: Download complete
80cb8db33cfc: Verifying Checksum
80cb8db33cfc: Download complete
80bbcdfd3e4c: Verifying Checksum
80bbcdfd3e4c: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
bdac0ee78eda: Pull complete
2d4cf66de414: Verifying Checksum
2d4cf66de414: Download complete
711ce09719e0: Pull complete
f4f8559a37f3: Pull complete
6e93ef49c925: Pull complete
2d4cf66de414: Pull complete
a6fa64b1b283: Pull complete
80cb8db33cfc: Pull complete
49303dc4fcbe: Pull complete
80bbcdfd3e4c: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:b3892ca9ed16b1533621efcb45e02754bceeccb9ac2c6b9fe765cf141afcdf3e
Status: Downloaded newer image for public.ecr.aws/sam/build-python3.9:latest
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Running in 53eb916954a2
Removing intermediate container 53eb916954a2
 ---> 15338b04cc08
Step 4/9 : RUN pip install --upgrade pip
 ---> Running in 48c3985d4308
Requirement already satisfied: pip in /var/lang/lib/python3.9/site-packages (21.1.3)
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.1.3
    Uninstalling pip-21.1.3:
      Successfully uninstalled pip-21.1.3
Successfully installed pip-21.3.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 48c3985d4308
 ---> c58a7158eea4
Step 5/9 : RUN pip install pipenv poetry
 ---> Running in 751f40ad7f69
Collecting pipenv
  Downloading pipenv-2021.11.23-py2.py3-none-any.whl (3.6 MB)
Collecting poetry
  Downloading poetry-1.1.12-py2.py3-none-any.whl (175 kB)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Requirement already satisfied: pip>=18.0 in /var/lang/lib/python3.9/site-packages (from pipenv) (21.3.1)
Requirement already satisfied: setuptools>=36.2.1 in /var/lang/lib/python3.9/site-packages (from pipenv) (56.0.0)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting virtualenv
  Downloading virtualenv-20.10.0-py2.py3-none-any.whl (5.6 MB)
Collecting pkginfo<2.0,>=1.4
  Downloading pkginfo-1.8.1-py2.py3-none-any.whl (26 kB)
Collecting shellingham<2.0,>=1.1
  Downloading shellingham-1.4.0-py2.py3-none-any.whl (9.4 kB)
Collecting requests-toolbelt<0.10.0,>=0.9.1
  Downloading requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
Collecting keyring<22.0.0,>=21.2.0
  Downloading keyring-21.8.0-py3-none-any.whl (32 kB)
Collecting requests<3.0,>=2.18
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting cachecontrol[filecache]<0.13.0,>=0.12.9
  Downloading CacheControl-0.12.10-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)
Collecting cleo<0.9.0,>=0.8.1
  Downloading cleo-0.8.1-py2.py3-none-any.whl (21 kB)
Collecting packaging<21.0,>=20.4
  Downloading packaging-20.9-py2.py3-none-any.whl (40 kB)
Collecting html5lib<2.0,>=1.0
  Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Collecting pexpect<5.0.0,>=4.7.0
  Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting cachy<0.4.0,>=0.3.0
  Downloading cachy-0.3.0-py2.py3-none-any.whl (20 kB)
Collecting clikit<0.7.0,>=0.6.2
  Downloading clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting crashtest<0.4.0,>=0.3.0
  Downloading crashtest-0.3.1-py3-none-any.whl (7.0 kB)
Collecting tomlkit<1.0.0,>=0.7.0
  Downloading tomlkit-0.7.2-py2.py3-none-any.whl (32 kB)
Collecting msgpack>=0.5.2
  Downloading msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (322 kB)
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)
Collecting SecretStorage>=3.2
  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB)
Collecting pyparsing>=2.0.2
  Downloading pyparsing-3.0.6-py3-none-any.whl (97 kB)
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.7-py2.py3-none-any.whl (138 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.8-py3-none-any.whl (39 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.3-py2.py3-none-any.whl (496 kB)
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.4.0-py3-none-any.whl (14 kB)
Collecting filelock<4,>=3.2
  Downloading filelock-3.4.0-py3-none-any.whl (9.8 kB)
Collecting backports.entry-points-selectable>=1.0.4
  Downloading backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl (6.2 kB)
Collecting cryptography>=2.0
  Downloading cryptography-36.0.0-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)
Collecting cffi>=1.12
  Downloading cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (444 kB)
Collecting pycparser
  Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, urllib3, idna, charset-normalizer, cffi, certifi, requests, pylev, pastel, msgpack, jeepney, cryptography, crashtest, webencodings, six, SecretStorage, pyparsing, ptyprocess, platformdirs, lockfile, filelock, distlib, clikit, cachecontrol, backports.entry-points-selectable, virtualenv-clone, virtualenv, tomlkit, shellingham, requests-toolbelt, poetry-core, pkginfo, pexpect, packaging, keyring, html5lib, cleo, cachy, poetry, pipenv
�[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 SecretStorage-3.3.1 backports.entry-points-selectable-1.1.1 cachecontrol-0.12.10 cachy-0.3.0 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.8 cleo-0.8.1 clikit-0.6.2 crashtest-0.3.1 cryptography-36.0.0 distlib-0.3.3 filelock-3.4.0 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-2021.11.23 pkginfo-1.8.1 platformdirs-2.4.0 poetry-1.1.12 poetry-core-1.0.7 ptyprocess-0.7.0 pycparser-2.21 pylev-1.4.0 pyparsing-3.0.6 requests-2.26.0 requests-toolbelt-0.9.1 shellingham-1.4.0 six-1.16.0 tomlkit-0.7.2 urllib3-1.26.7 virtualenv-20.10.0 virtualenv-clone-0.5.7 webencodings-0.5.1
Removing intermediate container 751f40ad7f69
 ---> bb9de5278d40
Step 6/9 : WORKDIR /var/dependencies
 ---> Running in bdbbd2bd69dc
Removing intermediate container bdbbd2bd69dc
 ---> 6ad4821f9b21
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> 4f5f3a6150a9
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 b7a3c104b069
Collecting lxml
  Downloading lxml-4.6.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB)
Installing collected packages: lxml
Successfully installed lxml-4.6.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
�[0mRemoving intermediate container b7a3c104b069
 ---> 6efae8190de7
Step 9/9 : CMD [ "python" ]
 ---> Running in 5e3151ea14a1
Removing intermediate container 5e3151ea14a1
 ---> 631daf3d2141
Successfully built 631daf3d2141
Successfully tagged cdk-8a6d0501f3672ed542a3ea4fc613a4c758b8c9cf1ebd8bcd8cd395f08354a96c: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
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/4 : CMD [ "python" ]
 ---> Running in 98256e62a42c
Removing intermediate container 98256e62a42c
 ---> ff54bfb432fe
Successfully built ff54bfb432fe
Successfully tagged cdk-8235b783ac2a3f1f65afcdf1caa98c0ea5ae272e34f07748a180069f2f4a9856: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
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> ff54bfb432fe
Successfully built ff54bfb432fe
Successfully tagged cdk-4da3c8c60274b0f2f988fbd4c791465be4c4e07a47210205b52c748209a42e58: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
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> c58a7158eea4
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> bb9de5278d40
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6ad4821f9b21
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> 4f5f3a6150a9
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
 ---> 6efae8190de7
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> 631daf3d2141
Successfully built 631daf3d2141
Successfully tagged cdk-26907373e726bd11748cf474dda231d4fb19f28c26efcdcfc49e10906705ac38: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
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> c58a7158eea4
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> bb9de5278d40
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6ad4821f9b21
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> fa1254b19e59
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 1a808e747368
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)
Collecting charset-normalizer<3.0,>=2.0
  Using cached charset_normalizer-2.0.8-py3-none-any.whl (39 kB)
Collecting multidict<7.0,>=4.5
  Downloading multidict-5.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (174 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.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (203 kB)
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)
Collecting async-timeout<5.0,>=4.0.0a3
  Downloading async_timeout-4.0.1-py3-none-any.whl (5.7 kB)
Collecting attrs>=17.3.0
  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting typing-extensions>=3.6.5
  Downloading typing_extensions-4.0.0-py3-none-any.whl (22 kB)
Collecting idna>=2.0
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Installing collected packages: typing-extensions, multidict, idna, frozenlist, yarl, charset-normalizer, attrs, async-timeout, aiosignal, aiohttp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.1 attrs-21.2.0 charset-normalizer-2.0.8 frozenlist-1.2.0 idna-3.3 multidict-5.2.0 typing-extensions-4.0.0 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 1a808e747368
 ---> d1bfdfcf064f
Step 9/9 : CMD [ "python" ]
 ---> Running in 19b5e6e87b8a
Removing intermediate container 19b5e6e87b8a
 ---> 7b68192625e8
Successfully built 7b68192625e8
Successfully tagged cdk-6db601b517cd07d860fd0c15bd4cc7dece3866b91b34b1093c0d9fb32018425b: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
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> ff54bfb432fe
Successfully built ff54bfb432fe
Successfully tagged cdk-27fdf6261af59891c18fc3384fa1fb6908739cc4eeda9c08c0ee9b0e38305b20: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
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> c58a7158eea4
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> bb9de5278d40
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6ad4821f9b21
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> afd61977bd6a
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 be400dd4dc96
Collecting google-cloud-translate
  Downloading google_cloud_translate-3.6.1-py2.py3-none-any.whl (111 kB)
Collecting google-api-core[grpc]<3.0.0dev,>=1.28.0
  Downloading google_api_core-2.2.2-py2.py3-none-any.whl (95 kB)
Collecting proto-plus>=0.4.0
  Downloading proto_plus-1.19.8-py3-none-any.whl (45 kB)
Collecting google-cloud-core<3.0.0dev,>=1.3.0
  Downloading google_cloud_core-2.2.1-py2.py3-none-any.whl (29 kB)
Collecting requests<3.0.0dev,>=2.18.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting protobuf>=3.12.0
  Downloading protobuf-3.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
Collecting setuptools>=40.3.0
  Downloading setuptools-59.4.0-py3-none-any.whl (952 kB)
Collecting googleapis-common-protos<2.0dev,>=1.52.0
  Downloading googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB)
Collecting google-auth<3.0dev,>=1.25.0
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
Collecting grpcio-status<2.0dev,>=1.33.2
  Downloading grpcio_status-1.42.0-py3-none-any.whl (10.0 kB)
Collecting grpcio<2.0dev,>=1.33.2
  Downloading grpcio-1.42.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB)
Collecting six>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.8-py3-none-any.whl (39 kB)
Collecting charset-normalizer~=2.0.0
  Using cached charset_normalizer-2.0.8-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 urllib3<1.27,>=1.21.1
  Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.3-py3-none-any.whl (61 kB)
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Installing collected packages: pyasn1, urllib3, six, setuptools, rsa, pyasn1-modules, protobuf, idna, charset-normalizer, certifi, cachetools, requests, grpcio, googleapis-common-protos, google-auth, grpcio-status, google-api-core, proto-plus, google-cloud-core, google-cloud-translate
Successfully installed cachetools-4.2.4 certifi-2021.10.8 charset-normalizer-2.0.8 google-api-core-2.2.2 google-auth-2.3.3 google-cloud-core-2.2.1 google-cloud-translate-3.6.1 googleapis-common-protos-1.53.0 grpcio-1.42.0 grpcio-status-1.42.0 idna-3.3 proto-plus-1.19.8 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 rsa-4.8 setuptools-59.4.0 six-1.16.0 urllib3-1.26.7
�[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 be400dd4dc96
 ---> de34cf5b23dc
Step 9/9 : CMD [ "python" ]
 ---> Running in d0c83a4299d5
Removing intermediate container d0c83a4299d5
 ---> d397fcbd28fd
Successfully built d397fcbd28fd
Successfully tagged cdk-6fe81092a2297031a2b050e508a504d194df0245b50a172637096cdce305896c: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
 ---> fa475cc11d6b
Step 3/9 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/9 : RUN pip install --upgrade pip
 ---> Using cache
 ---> c58a7158eea4
Step 5/9 : RUN pip install pipenv poetry
 ---> Using cache
 ---> bb9de5278d40
Step 6/9 : WORKDIR /var/dependencies
 ---> Using cache
 ---> 6ad4821f9b21
Step 7/9 : COPY Pipfile* pyproject* poetry* requirements.tx[t] ./
 ---> Using cache
 ---> afd61977bd6a
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
 ---> de34cf5b23dc
Step 9/9 : CMD [ "python" ]
 ---> Using cache
 ---> d397fcbd28fd
Successfully built d397fcbd28fd
Successfully tagged cdk-437fa99d72bf162065c85857b5241dec8bd6e22d593e1e8ac6ff480d72545d9d: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
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> ff54bfb432fe
Successfully built ff54bfb432fe
Successfully tagged cdk-83228ce7da19b4b81bd61e3ca1c8717f0439449bd8b89aa9e9e12c4e79a6450a: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
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> ff54bfb432fe
Successfully built ff54bfb432fe
Successfully tagged cdk-e29f0b63ae156c26596be6962e337a5446fbddddf5d2c654d516766f43e7cbea: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
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> ff54bfb432fe
Successfully built ff54bfb432fe
Successfully tagged cdk-dd67fd7dfe1073cb4d8cbc880cf9610cb651d36a6269ce83ee708d9c7937318b: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
 ---> fa475cc11d6b
Step 3/4 : RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
 ---> Using cache
 ---> 15338b04cc08
Step 4/4 : CMD [ "python" ]
 ---> Using cache
 ---> ff54bfb432fe
Successfully built ff54bfb432fe
Successfully tagged cdk-c3d88cc23a0a428c27e8bc112643ba1710afbbafb08889004ff40edadf787d48: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
bdac0ee78eda: Already exists
1b37d589ac6b: Pulling fs layer
299593de3e41: Pulling fs layer
b151d6da2503: Pulling fs layer
b1ddaddbafa4: Pulling fs layer
a6fa64b1b283: Pulling fs layer
f18ad14b60a2: Pulling fs layer
2497bb7b620e: Pulling fs layer
0b494318a315: Pulling fs layer
c079ff0c84a2: Pulling fs layer
b1ddaddbafa4: Waiting
a6fa64b1b283: Waiting
f18ad14b60a2: Waiting
2497bb7b620e: Waiting
0b494318a315: Waiting
c079ff0c84a2: Waiting
1b37d589ac6b: Verifying Checksum
1b37d589ac6b: Download complete
b151d6da2503: Verifying Checksum
b151d6da2503: Download complete
1b37d589ac6b: Pull complete
299593de3e41: Verifying Checksum
299593de3e41: Download complete
a6fa64b1b283: Verifying Checksum
a6fa64b1b283: Download complete
2497bb7b620e: Verifying Checksum
2497bb7b620e: Download complete
0b494318a315: Verifying Checksum
0b494318a315: Download complete
c079ff0c84a2: Verifying Checksum
c079ff0c84a2: Download complete
f18ad14b60a2: Verifying Checksum
f18ad14b60a2: Download complete
b1ddaddbafa4: Verifying Checksum
b1ddaddbafa4: Download complete
299593de3e41: Pull complete
b151d6da2503: Pull complete
b1ddaddbafa4: Pull complete
a6fa64b1b283: Pull complete
f18ad14b60a2: Pull complete
2497bb7b620e: Pull complete
0b494318a315: Pull complete
c079ff0c84a2: Pull complete
Digest: sha256:6ed9f6c880985e01132f94999706789fa96ac1a0ef84b2f138a86a9720fd1b0a
Status: Downloaded newer image for public.ecr.aws/sam/build-nodejs14.x:latest
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Running in aac5ded507e4
/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.422s
Removing intermediate container aac5ded507e4
 ---> 3de9cacfe883
Step 4/12 : RUN npm install --global pnpm
 ---> Running in fdfe109b4e96
/var/lang/bin/pnpm -> /var/lang/lib/node_modules/pnpm/bin/pnpm.cjs
/var/lang/bin/pnpx -> /var/lang/lib/node_modules/pnpm/bin/pnpx.cjs
+ [email protected]
added 1 package in 0.802s
Removing intermediate container fdfe109b4e96
 ---> a8ffe1b20b39
Step 5/12 : RUN npm install --global typescript
 ---> Running in ee73af62c8fd
/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.639s
Removing intermediate container ee73af62c8fd
 ---> 0192c06311df
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Running in 242959798af4
Removing intermediate container 242959798af4
 ---> 093a016af434
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Running in 8125204acf23
/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-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�[0m�[91m optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/esbuild/node_modules/esbuild-linux-arm64):
npm 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-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-freebsd-arm64):
�[0m�[91mnpm 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-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-arm):
npm WARN notsup 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):
�[0m�[91mnpm 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-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-netbsd-64):
npm WARN notsup 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-freebsd-64):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"freebsd","arch":"x64"} (current: {"os":"linux","arch":"x64"})
�[0m�[91mnpm WARN optional�[0m�[91m 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�[91mnpm WARN optional�[0m�[91m 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-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�[0m�[91m 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�[91m
�[0m+ [email protected]
added 2 packages in 2.569s
Removing intermediate container 8125204acf23
 ---> 4db8d1b2f3c4
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Running in 3985ff89d928
Removing intermediate container 3985ff89d928
 ---> a3bce299994a
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Running in 10eae2e54805
yarn config v1.22.5
success Set "cache-folder" to "/tmp/yarn-cache".
Done in 0.03s.
Removing intermediate container 10eae2e54805
 ---> db3e697e9a5b
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Running in f951dfb6c633
Removing intermediate container f951dfb6c633
 ---> 5abe65de66a3
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Running in 5124ce96d0c1
Removing intermediate container 5124ce96d0c1
 ---> c6b0bb6ae13c
Step 12/12 : CMD [ "esbuild" ]
 ---> Running in 588e43c7bfce
Removing intermediate container 588e43c7bfce
 ---> 9e02434ebd6c
Successfully built 9e02434ebd6c
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
 ---> 38b53c034926
Step 3/12 : RUN npm install --global [email protected]
 ---> Using cache
 ---> 3de9cacfe883
Step 4/12 : RUN npm install --global pnpm
 ---> Using cache
 ---> a8ffe1b20b39
Step 5/12 : RUN npm install --global typescript
 ---> Using cache
 ---> 0192c06311df
Step 6/12 : ARG ESBUILD_VERSION=0
 ---> Using cache
 ---> 093a016af434
Step 7/12 : RUN npm install --global --unsafe-perm=true esbuild@$ESBUILD_VERSION
 ---> Using cache
 ---> 4db8d1b2f3c4
Step 8/12 : RUN mkdir /tmp/npm-cache &&     chmod -R 777 /tmp/npm-cache &&     npm config --global set cache /tmp/npm-cache
 ---> Using cache
 ---> a3bce299994a
Step 9/12 : RUN mkdir /tmp/yarn-cache &&     chmod -R 777 /tmp/yarn-cache &&     yarn config set cache-folder /tmp/yarn-cache
 ---> Using cache
 ---> db3e697e9a5b
Step 10/12 : RUN npm config --global set update-notifier false
 ---> Using cache
 ---> 5abe65de66a3
Step 11/12 : RUN /sbin/useradd -u 1000 user && chmod 711 /
 ---> Using cache
 ---> c6b0bb6ae13c
Step 12/12 : CMD [ "esbuild" ]
 ---> Using cache
 ---> 9e02434ebd6c
Successfully built 9e02434ebd6c
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
(node:1692) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Stack persistence
There were no differences
Stack wt-hosted-zone
There were no differences
Stack business
Resources
[-] AWS::ApiGateway::Deployment restapiendpointdevdeployment6E7C4E8A11d796f6f6c55b2f152a2c12fff6374e destroy
[+] AWS::ApiGateway::Deployment rest-api-endpoint/dev-deployment restapiendpointdevdeployment6E7C4E8A9cfb2ba5a866f0d5f79a0237bbf9f223 
[~] AWS::ApiGateway::Stage rest-api-endpoint/dev-stage restapiendpointdevstage0CDF6AEB 
 └─ [~] DeploymentId
     └─ [~] .Ref:
         ├─ [-] restapiendpointdevdeployment6E7C4E8A11d796f6f6c55b2f152a2c12fff6374e
         └─ [+] restapiendpointdevdeployment6E7C4E8A9cfb2ba5a866f0d5f79a0237bbf9f223

Stack presentation
Resources
[-] AWS::IAM::Role amplifymonorepowebappblogappRole8CF105F7 destroy
[-] AWS::Amplify::App amplifymonorepowebappblogappA37717B0 destroy
[-] AWS::Amplify::Branch amplifymonorepowebappblogappmaster95BF231C destroy
[-] AWS::Amplify::Branch amplifymonorepowebappblogappdev42F485DA destroy
[~] AWS::Amplify::App amplify-monorepo-web-app/root-app amplifymonorepowebapprootapp72CC35EB 
 ├─ [~] CustomRules
 │   └─ @@ -38,25 +38,6 @@
 │      [ ]   }
 │      [ ] },
 │      [ ] {
 │      [-]   "Source": "/blog/<*>",
 │      [-]   "Status": "200",
 │      [-]   "Target": {
 │      [-]     "Fn::Join": [
 │      [-]       "",
 │      [-]       [
 │      [-]         "https://master.",
 │      [-]         {
 │      [-]           "Fn::GetAtt": [
 │      [-]             "amplifymonorepowebappblogappA37717B0",
 │      [-]             "DefaultDomain"
 │      [-]           ]
 │      [-]         },
 │      [-]         "/<*>"
 │      [-]       ]
 │      [-]     ]
 │      [-]   }
 │      [-] },
 │      [-] {
 │      [ ]   "Source": "/feeds/<*>",
 │      [ ]   "Status": "200",
 │      [ ]   "Target": {
 └─ [~] EnvironmentVariables
     └─ @@ -59,15 +59,6 @@
        [ ]   }
        [ ] },
        [ ] {
        [-]   "Name": "MF_BLOG_DOMAIN",
        [-]   "Value": {
        [-]     "Fn::GetAtt": [
        [-]       "amplifymonorepowebappblogappA37717B0",
        [-]       "DefaultDomain"
        [-]     ]
        [-]   }
        [-] },
        [-] {
        [ ]   "Name": "MF_FEEDS_DOMAIN",
        [ ]   "Value": {
        [ ]     "Fn::GetAtt": [

Outputs
[-] Output ExportsOutputFnGetAttamplifymonorepowebappblogappA37717B0AppId03285263: {"Value":{"Fn::GetAtt":["amplifymonorepowebappblogappA37717B0","AppId"]},"Export":{"Name":"presentation:ExportsOutputFnGetAttamplifymonorepowebappblogappA37717B0AppId03285263"}}

Stack admin
There were no differences

@AustinZhu AustinZhu self-assigned this Nov 30, 2021
@AustinZhu AustinZhu changed the title Update lambda runtime & Remove redundancy (#101) Remove blog app Nov 30, 2021
@AustinZhu AustinZhu merged commit c3a662f into main Nov 30, 2021
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