Skip to content

Commit 1c09c8b

Browse files
authored
fix(stepfunctions-tasks): jobQueueArn support JsonPath or JSONata (#33670)
### Issue # (if applicable) Closes #33580 ### Reason for this change Incorrect IAM Policy for jobQueueArn when using JsonPath or JSONata ### Description of changes For JsonPath or JSONata `jobQueueArn`, IAM Policy use wildcard (*) ### Describe any new or updated permissions being added For JsonPath or JSONata `jobQueueArn`, IAM Policy use wildcard (*) ### Description of how you validated changes Unit test ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent fada917 commit 1c09c8b

File tree

15 files changed

+38927
-4
lines changed

15 files changed

+38927
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM public.ecr.aws/lambda/python:3.6
1+
FROM python:3.13-alpine
22
EXPOSE 8000
33
WORKDIR /src
44
ADD . /src
5-
CMD python3 index.py
5+
CMD python index.py

0 commit comments

Comments
 (0)