我可以使用AWS CLI中的aws lambda add-permission
命令向Lambda函数添加权限。但是我无法使用aws lambda remove-permission
命令删除权限。
我运行以下命令:
aws lambda remove-permission --function-name LAMBDA_NAME --statement-id SID
这是错误:
An error occurred (ServiceException) when calling the RemovePermission
operation (reached max retries: 4): An error occurred and the request
cannot be processed.
希望有人帮助。