Bug Description
In aws-serverless after we do the deployment with Authorizer Lambda, we get a cyclic dependency error when we destroy/modify only the Authorizer Lambda
Steps to Reproduce
- Go to 'examples/aws-serverless/openai-auth'
- update the main.tf file to deploy an authorizer using S3Zip mode
- Execute 'deploy.sh local'
- Then comment the authorizer related section in main.tf file
- Then run
deploy.sh local again
- See error
Expected Behavior
User should be able to destroy/modify only the Authorizer Lambda without any errors
Actual Behavior
The cyclic dependency error occurred
Bug Description
In
aws-serverlessafter we do the deployment with Authorizer Lambda, we get a cyclic dependency error when we destroy/modify only the Authorizer LambdaSteps to Reproduce
deploy.sh localagainExpected Behavior
User should be able to destroy/modify only the Authorizer Lambda without any errors
Actual Behavior
The cyclic dependency error occurred