aws-samples / aws-samples/aws-stepfunctions-examples

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

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
258
Forks
117
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.