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
fix: add missing ecs:TagResource permission for ECS tasks (#657)
When using serverless-step-functions to deploy ECS tasks with tags, the auto-generated
IAM policies were missing the ecs:TagResource permission. This caused Step Functions
executions to fail with an AccessDeniedException when attempting to tag ECS tasks.
This commit adds the ecs:TagResource permission to the getEcsPermissions function,
allowing ECS tasks to be properly tagged during execution.
Fixes#656
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>
feat: support `Arguments` for Lambda when query language is JSONata (#……645)
* fix: correctly resolve lambda function name from Arguments or Parameters
* test: use itParam to test both JSONPath and JSONata scenarios
* fix: lambda permissions for jsonata
---------
Co-authored-by: zirkelc <chris.zirkel@gmail.com>
Merge pull request #643 from serverless-operations/dependabot/npm_and…
…_yarn/jsonpath-plus-10.3.0
chore(deps): bump jsonpath-plus from 10.2.0 to 10.3.0
Merge pull request #607 from jormaechea/eventbridge-scheduler-permiss…
…ions-fix
fix: added missing support for IAM PassRole of tasks that create Even…