1 Answer
- Newest
- Most votes
- Most comments
2
Hi,
You don't need a lambda for folders: they don't really exist as such.
An S3 object key is just a suite of chars from S3 standpoint. So, define the proper S3 keys at sender and the proper "folder hierarchy" will appear in S3 even if those folders will never exist.
See this for more details: https://medium.com/@chamaln/why-s3-folders-dont-really-exist-35f29cf70477
Best,
Didier
Relevant content
- asked 2 years ago

Hi Dider, can I get the sample cft code on folder creation ?