I don't see any examples, but would it be possible to stream from a remote http source and stream into s3? This would ideally be running via the Serverless framework.
The goal would be to have a lambda that takes an http url and downloads that file from the source while uploading to s3. This is currently a pretty big missing feature on s3 that this library might be able to solve.
I'm new to golang and this library.
I don't see any examples, but would it be possible to stream from a remote http source and stream into s3? This would ideally be running via the Serverless framework.
The goal would be to have a lambda that takes an http url and downloads that file from the source while uploading to s3. This is currently a pretty big missing feature on s3 that this library might be able to solve.