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
I'm currently developing a lambda function with this plugin, but, I've been running into some errors and might as well share with you guys.
First error, no matter what role my whole serverless environment/specific lambda defined, it would not run because it didn't have "ec2:CreateNetworkInterface" permission. This problem was "resolved" checking the forums and finding out that if i commented the plugin from plugins list, it would deploy, and it "worked".
But now, the real problem is that the system cannot update the stack due to this error An error occurred: ECRRepository - Resource of type 'AWS::ECR::Repository' with identifier 'system-name' already exists..
Is there any configurations so that the creation doesn't always happen?
Could this problem be happening due to the fact that it deployed without the plugin, created something in the ECR (bot not the batch job) and now can't override it?
The text was updated successfully, but these errors were encountered:
Hello,
I'm currently developing a lambda function with this plugin, but, I've been running into some errors and might as well share with you guys.
First error, no matter what role my whole serverless environment/specific lambda defined, it would not run because it didn't have "ec2:CreateNetworkInterface" permission. This problem was "resolved" checking the forums and finding out that if i commented the plugin from plugins list, it would deploy, and it "worked".
But now, the real problem is that the system cannot update the stack due to this error
An error occurred: ECRRepository - Resource of type 'AWS::ECR::Repository' with identifier 'system-name' already exists..
Is there any configurations so that the creation doesn't always happen?
Could this problem be happening due to the fact that it deployed without the plugin, created something in the ECR (bot not the batch job) and now can't override it?
The text was updated successfully, but these errors were encountered: