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
Error: schema is invalid: data.properties['custom'].properties['serverless-iam-roles-per-function'].properties['iamGlobalPermissionsBoundary'] should be object,boolean
function definition
functions:
add_tabs:
handler: handler.add_tabs
description: add tabs to an existing template
iamRoleStatements:
- Effect: 'Allow'
Action:
- ssm:GetParameters
Resource: '*'
using sls framework 1.8.3, plugin v3.1.0
I attempted to fill in this to quell the error, but to no avail.
function definition
using sls framework 1.8.3, plugin v3.1.0
I attempted to fill in this to quell the error, but to no avail.
The text was updated successfully, but these errors were encountered: