1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Since S3 alone does not have a compression feature, it would be a good idea to create a mechanism where a file is compressed using Lambda or Glue when it is uploaded to S3 and then uploaded again.
When using Lambda, it can be called from S3 with event notification.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventNotifications.html
In the case of AWS Glue, this is possible by using EventBridge etc. to execute the job.
https://repost.aws/questions/QUsQRxOITUR_qj2uAe3_NUoA/trigger-glue-job-from-s3
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago