Ultimate access to all questions.
A development team is creating a microservice for image compression. The service should automatically store uploaded images in an Amazon S3 bucket, compress them using an AWS Lambda function, and then store the compressed images in a separate S3 bucket. The solution must be durable and stateless. Which two actions should be implemented to meet these requirements?