aws-samples / aws-stepfunctions-examples

AWS Step Functions is an orchestration service for reliably executing multi-step processes using visual workflows. This repository includes detailed examples that will help you unlock the power of serverless workflow.
MIT No Attribution
225 stars 83 forks source link

Invalid ARN: Unrecognized format in state arn:aws:states:::aws-sdk:s3:listObjectsV2 #40

Open mrit opened 1 year ago

mrit commented 1 year ago

I have no idea why, can anyone help me pls ?

....
      "Parameters": {
        "Bucket": "arn:aws:s3:::bucket-name",
        "MaxKeys": 123,
        "Prefix": "/path/path/"
      },
      "Resource": "arn:aws:states:::aws-sdk:s3:listObjectsV2",
...

I try: arn:aws:s3:region:account:bucket-name arn:aws:s3:::bucket-name bucket-name s3://bucket-name