You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During development of a custom handler sandbox development will receive to following error:
The CloudFormation deployment has failed.
Caused By: ❌ Deployment failed: MissingRequiredParameter: Missing required key 'functionId' in params
Resolution: Find more information in the CloudFormation AWS Console for this stack.
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.
Comment out the dataSource
Save the file so the sandbox deployment proceeds.
Restore the dataSource - sandbox deployment proceeds with the datasource set properly in appSync.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: