the CloudFormation deployment failed due to circular dependency found between nested stacks #2446
Labels
function
Issue pertaining to Amplify Function
pending-response
Issue is pending response from author
pending-triage
Incoming issues that need categorization
Environment information
the CloudFormation deployment failed due to circular dependency found between nested stacks
I am trying the AI functionality and want to fire a custom (python) lambda function when a record is added to a 'Run' model via an event.
Latest release amplify -
Describe the bug
As reported in the console:
Reproduction steps
I created a custom lambda function in python. Tried to assign it to a listner event. This triggers the error. The suggested solution in the error does not work as resourceGroupName is not a valid property of on the custom lambda function.
Custom python function definition as following the docs:
https://docs.amplify.aws/react/build-a-backend/functions/custom-functions/#:~:text=for%20your%20functions.-,Python,say%2Dhello%2Fresource.ts
The text was updated successfully, but these errors were encountered: