Skip to content

ECS tasks without defined exec. role are using 'IamRoleLambdaExecution'  #1

@gwdp

Description

@gwdp

All tasks that don't have an execution role are using 'IamRoleLambdaExecution' erroneously and assuming a lambda is being created, so in cases where no lambdas are found and no execution roles are specified to the tasks, we will probably have a CF validation error.

Fix would be creating execution roles for each task on demand, copy the svs provider.iam.roles.. stuff and also allow custom Iam object for each task, similar to what is done on lambda functions.
If possible propagate these changes to lambda events, making sure hybridless is using svs iam compatible object.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions