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
In earlier SLS versions, iamRoleStatements was the key used under provider to specify shared IAM role statements.
In this plugin, the same syntax is used to define statements per function.
In SLS v3, iamRoleStatements was replaced by
iam:
role:
statements:
Any thoughts on following this syntax also for the per-function directives, such as
In earlier SLS versions,
iamRoleStatements
was the key used underprovider
to specify shared IAM role statements.In this plugin, the same syntax is used to define statements per function.
In SLS v3,
iamRoleStatements
was replaced byAny thoughts on following this syntax also for the per-function directives, such as
to support the other IAM related functionality now supported on the provider level such as
managedPolicies
,permissionsBoundary
etc?The text was updated successfully, but these errors were encountered: