1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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
Conteúdo relevante
- AWS OFICIALAtualizada há 10 meses