Closed ngmeyer closed 1 month ago
Hey👋 thanks for raising this! The issue appears to be similar to https://github.com/aws-amplify/amplify-category-api/issues/2307. I'm going to transfer this over to our API repository for better assistance 🙂
Hey @ngmeyer, This issue has been resolved in https://github.com/aws/aws-cdk/releases/tag/v2.159.0 version. Please upgrade your lib to v2.159 version and let us know the results.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Environment information
Description
During development of a custom handler sandbox development will receive to following error:
This is caused by the usage of a non-hotswapable resource. Extending the general example provided in the documentation
In this example the
dataSource
of the Echo Table is not hotswapable, so sandbox deployments while this is set. Workaround whenever modifying this code.dataSource
dataSource
- sandbox deployment proceeds with the datasource set properly in appSync.