1 回答
- 最新
- 投票最多
- 评论最多
0
Hi, you're right in the fact that there is a 10k limit for base64encode in AWS State Language. So, you may want to pre-encode you file: you can have a S3 Lambda activated when the original file is written to the bucket. This Lambda will encode the original file to a base64 version with a standard naming convention.
Then. when your Step function will attach to attach the original file, it shift the name to the name of the encoded one using the convention and attach this one.
S3 with Lambda: https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html
相关内容
- AWS 官方已更新 1 年前