Tom Hulton-Harrop
Tom Hulton-Harrop
Hi there, I'm pretty sure this is still an issue, I just haven't had an opportunity to test again after switching to normal S3 instead of S3Crt. I will see...
This is awesome to hear @DmitriyMusatkin! 😄 Thanks very much for the update, I'll keep an eye on when the release is published! 🥳
I just ran into this issue when building with `ExternalProject_Add` and using `CMAKE_CACHE_ARGS -DCMAKE_DEBUG_POSTFIX:STRING=d` I believe the fix (as described above) is just ```diff -find_library(AWSSDK_CORE_LIB_FILE aws-cpp-sdk-core +find_library(AWSSDK_CORE_LIB_FILE aws-cpp-sdk-core${CMAKE_DEBUG_POSTFIX} "${AWSSDK_ROOT_DIR}/${AWSSDK_INSTALL_LIBDIR}/${AWSSDK_PLATFORM_PREFIX}" "${AWSSDK_ROOT_DIR}/${AWSSDK_INSTALL_LIBDIR}/${AWSSDK_PLATFORM_PREFIX}/Debug"...
I believe our team has hit this issue as well. A developer on our team is attempting to create a new Amplify environment from our existing one, and the creation...
I believe the reason the build failed for this before was the minimum required version of CMake (`3.12`) did not support `FetchContent`. I've bumped this to `3.15` and I think...
I haven't had a huge amount of help with my other issues on the API repo I'm afraid @ykethan, if you have any ideas I'd love to know! I have...
Hi @AnilMaktala, thanks for getting back to me. That's okay, I'm speaking to someone from support who's contacted the CloudFormation team to help restore it. One of the nested stacks...
Hi @AaronZyLee, Thanks for your reply. Yes in hindsight I should have been a good scientist and only changed one thing at a time (lesson learned again 🙈). The reason...
Hi @AnilMaktala, Thanks for following-up, I was able to talk to AWS support and was able to get my CloudFormation stack back to UPDATE_ROLLBACK_COMPLETE, unfortunately when I try and do...
Hi @ykethan, Thanks very much for following-up. I don't have the issue reproducing at the moment so can't easily zip up our `amplify` folder. Should we hit this again I'll...